Package io.unitycatalog.client.model
Class DeltaUniformIceberg
java.lang.Object
io.unitycatalog.client.model.DeltaUniformIceberg
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaUniformIceberg
extends Object
Iceberg conversion metadata tracking the Delta-to-Iceberg conversion state. It contains the metadata location pointer, converted Delta version, timestamp, and optional base converted Delta version of the corresponding conversion.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseConvertedDeltaVersion(Long baseConvertedDeltaVersion) convertedDeltaTimestamp(String convertedDeltaTimestamp) convertedDeltaVersion(Long convertedDeltaVersion) booleanReturn true if this DeltaUniformIceberg object is equal to o.Optional Delta version used to incrementally convert Delta changes to Iceberg changes to produce the latest Iceberg metadata at the metadata_location.The timestamp that Delta finished conversion to produce the Iceberg metadata location.The Delta version that was converted to Iceberg to produce the Iceberg metadata location.The latest Iceberg metadata location.inthashCode()metadataLocation(URI metadataLocation) voidsetBaseConvertedDeltaVersion(Long baseConvertedDeltaVersion) voidsetConvertedDeltaTimestamp(String convertedDeltaTimestamp) voidsetConvertedDeltaVersion(Long convertedDeltaVersion) voidsetMetadataLocation(URI metadataLocation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_METADATA_LOCATION
- See Also:
-
JSON_PROPERTY_CONVERTED_DELTA_VERSION
- See Also:
-
JSON_PROPERTY_CONVERTED_DELTA_TIMESTAMP
- See Also:
-
JSON_PROPERTY_BASE_CONVERTED_DELTA_VERSION
- See Also:
-
-
Constructor Details
-
DeltaUniformIceberg
public DeltaUniformIceberg()
-
-
Method Details
-
metadataLocation
-
getMetadataLocation
The latest Iceberg metadata location. Example: s3://abc/def/metadata/v1.json- Returns:
- metadataLocation
-
setMetadataLocation
-
convertedDeltaVersion
-
getConvertedDeltaVersion
The Delta version that was converted to Iceberg to produce the Iceberg metadata location. It should match the Delta version in the commit info. Example: 1044- Returns:
- convertedDeltaVersion
-
setConvertedDeltaVersion
-
convertedDeltaTimestamp
-
getConvertedDeltaTimestamp
The timestamp that Delta finished conversion to produce the Iceberg metadata location. The string must represent a valid instant in UTC with ISO 8601 format. Example: 2025-01-04T03:13:11.423Z- Returns:
- convertedDeltaTimestamp
-
setConvertedDeltaTimestamp
-
baseConvertedDeltaVersion
-
getBaseConvertedDeltaVersion
Optional Delta version used to incrementally convert Delta changes to Iceberg changes to produce the latest Iceberg metadata at the metadata_location. Example: 1042- Returns:
- baseConvertedDeltaVersion
-
setBaseConvertedDeltaVersion
-
equals
Return true if this DeltaUniformIceberg 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
-