MetaStore.setAttributeValue

bool setAttributeValue(string attName, string attValue = null)

Set the value of the attribute named att_name to att_value; see [gda.meta_store.MetaStore.getAttributeValue] for more information.

Parameters

attNamename of the attribute to set
attValuevalue of the attribute to set, or null to unset the attribute

Returns

TRUE if no error occurred

Throws

[MetaStoreException]