Package io.unitycatalog.client.model
Class DeltaMetadata
java.lang.Object
io.unitycatalog.client.model.DeltaMetadata
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaMetadata
extends Object
Represents a Delta metadata action (see https://github.com/delta-io/delta/blob/master/PROTOCOL.md#change-metadata for more information).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanReturn true if this DeltaMetadata object is equal to o.The table comment.Get propertiesGet schemainthashCode()properties(DeltaCommitMetadataProperties properties) schema(ColumnInfos schema) voidsetDescription(String description) voidsetProperties(DeltaCommitMetadataProperties properties) voidsetSchema(ColumnInfos schema) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SCHEMA
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
-
Constructor Details
-
DeltaMetadata
public DeltaMetadata()
-
-
Method Details
-
description
-
getDescription
The table comment.- Returns:
- description
-
setDescription
-
schema
-
getSchema
Get schema- Returns:
- schema
-
setSchema
-
properties
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
equals
Return true if this DeltaMetadata 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
-