Class SnapshotTableDefinition (2.43.3)

publicabstractclass SnapshotTableDefinitionextendsTableDefinition

Inheritance

java.lang.Object > TableDefinition > SnapshotTableDefinition

Static Methods

newBuilder()

publicstaticSnapshotTableDefinition.BuildernewBuilder()

Returns a builder for a snapshot table definition.

Returns
Type Description
SnapshotTableDefinition.Builder

Constructors

SnapshotTableDefinition()

publicSnapshotTableDefinition()

Methods

getBaseTableId()

publicabstractTableIdgetBaseTableId()
Returns
Type Description
TableId

getClustering()

publicabstractClusteringgetClustering()
Returns
Type Description
Clustering

getRangePartitioning()

publicabstractRangePartitioninggetRangePartitioning()
Returns
Type Description
RangePartitioning

getSnapshotTime()

publicabstractStringgetSnapshotTime()
Returns
Type Description
String

getTimePartitioning()

publicabstractTimePartitioninggetTimePartitioning()
Returns
Type Description
TimePartitioning

toBuilder()

publicabstractSnapshotTableDefinition.BuildertoBuilder()

Returns a builder for the object.

Returns
Type Description
SnapshotTableDefinition.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.