Package io.unitycatalog.client.model
Class DeltaCommitMetadataProperties
java.lang.Object
io.unitycatalog.client.model.DeltaCommitMetadataProperties
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaCommitMetadataProperties
extends Object
The properties of the Delta table. Updated by UC if set.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this DeltaCommitMetadataProperties object is equal to o.A map of key-value properties attached to the securable.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) voidsetProperties(Map<String, String> properties) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
-
Constructor Details
-
DeltaCommitMetadataProperties
public DeltaCommitMetadataProperties()
-
-
Method Details
-
properties
-
putPropertiesItem
-
getProperties
A map of key-value properties attached to the securable.- Returns:
- properties
-
setProperties
-
equals
Return true if this DeltaCommitMetadataProperties object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-