Package io.unitycatalog.client.model
Class DeltaGetCommits
java.lang.Object
io.unitycatalog.client.model.DeltaGetCommits
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaGetCommits
extends Object
DeltaGetCommits
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendVersion(Long endVersion) booleanReturn true if this DeltaGetCommits object is equal to o.The end version upto which to retrieve commits (inclusive).The start version from which to retrieve commits (inclusive).The ID of the table to get the commits for.The URI of the storage location of the table.inthashCode()voidsetEndVersion(Long endVersion) voidsetStartVersion(Long startVersion) voidsetTableId(String tableId) voidsetTableUri(String tableUri) startVersion(Long startVersion) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TABLE_ID
- See Also:
-
JSON_PROPERTY_TABLE_URI
- See Also:
-
JSON_PROPERTY_START_VERSION
- See Also:
-
JSON_PROPERTY_END_VERSION
- See Also:
-
-
Constructor Details
-
DeltaGetCommits
public DeltaGetCommits()
-
-
Method Details
-
tableId
-
getTableId
The ID of the table to get the commits for. 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
-
startVersion
-
getStartVersion
The start version from which to retrieve commits (inclusive). This along with the optional end_version specifies the range of commit versions that this request wants.- Returns:
- startVersion
-
setStartVersion
-
endVersion
-
getEndVersion
The end version upto which to retrieve commits (inclusive). If not set, the latest version will be used as the end version. This does not affect the latest_table_version in the response. If num of commits that meet this criteria is larger than a limit set by server config, the response will be limited to the first X commits. Call can send request again with a larger start_version according to the response to get the remaining commits.- Returns:
- endVersion
-
setEndVersion
-
equals
Return true if this DeltaGetCommits 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
-