Package io.unitycatalog.client.model
Class DeltaCommit
java.lang.Object
io.unitycatalog.client.model.DeltaCommit
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaCommit
extends Object
Request body for committing changes to a specified Delta table. At least one of commit_info and latest_backfilled_version must be present.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommitInfo(DeltaCommitInfo commitInfo) booleanReturn true if this DeltaCommit object is equal to o.Get commitInfoThe highest version of the commits that have been backfilled for this table; meaning UC no longer needs to keep track of commits of versions <= this version.Get metadataThe ID of the table to commit to.The URI of the storage location of the table.Get uniforminthashCode()latestBackfilledVersion(Long latestBackfilledVersion) metadata(DeltaMetadata metadata) voidsetCommitInfo(DeltaCommitInfo commitInfo) voidsetLatestBackfilledVersion(Long latestBackfilledVersion) voidsetMetadata(DeltaMetadata metadata) voidsetTableId(String tableId) voidsetTableUri(String tableUri) voidsetUniform(DeltaUniform uniform) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.uniform(DeltaUniform uniform)
-
Field Details
-
JSON_PROPERTY_TABLE_ID
- See Also:
-
JSON_PROPERTY_TABLE_URI
- See Also:
-
JSON_PROPERTY_COMMIT_INFO
- See Also:
-
JSON_PROPERTY_LATEST_BACKFILLED_VERSION
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_UNIFORM
- See Also:
-
-
Constructor Details
-
DeltaCommit
public DeltaCommit()
-
-
Method Details
-
tableId
-
getTableId
The ID of the table to commit to. This ID uniquely identifies a table.- Returns:
- tableId
-
setTableId
-
tableUri
-
getTableUri
The URI of the storage location of the table. If the table_id exists but the table_uri is different from the one previously registered (e.g., if the client moved the table), the request will fail. Example: s3://bucket-name/tables/some-table-id- Returns:
- tableUri
-
setTableUri
-
commitInfo
-
getCommitInfo
Get commitInfo- Returns:
- commitInfo
-
setCommitInfo
-
latestBackfilledVersion
-
getLatestBackfilledVersion
The highest version of the commits that have been backfilled for this table; meaning UC no longer needs to keep track of commits of versions <= this version.- Returns:
- latestBackfilledVersion
-
setLatestBackfilledVersion
-
metadata
-
getMetadata
Get metadata- Returns:
- metadata
-
setMetadata
-
uniform
-
getUniform
Get uniform- Returns:
- uniform
-
setUniform
-
equals
Return true if this DeltaCommit 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
-