Class TableSnapshot
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.TableSnapshot
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableSnapshot extends com.ibm.cloud.sdk.core.service.model.GenericModel
TableSnapshot.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAddedDataFiles()
Gets the addedDataFiles.java.lang.String
getAddedFilesSize()
Gets the addedFilesSize.java.lang.String
getAddedRecords()
Gets the addedRecords.java.lang.String
getChangedPartitionCount()
Gets the changedPartitionCount.java.lang.String
getCommittedAt()
Gets the committedAt.java.lang.String
getOperation()
Gets the operation.java.lang.String
getSnapshotId()
Gets the snapshotId.java.lang.String
getTotalDataFiles()
Gets the totalDataFiles.java.lang.String
getTotalDeleteFiles()
Gets the totalDeleteFiles.java.lang.String
getTotalEqualityDeletes()
Gets the totalEqualityDeletes.java.lang.String
getTotalPositionDeletes()
Gets the totalPositionDeletes.java.lang.String
getTotalRecords()
Gets the totalRecords.
-
-
-
Method Detail
-
getAddedDataFiles
public java.lang.String getAddedDataFiles()
Gets the addedDataFiles. Added data files.- Returns:
- the addedDataFiles
-
getAddedFilesSize
public java.lang.String getAddedFilesSize()
Gets the addedFilesSize. Added files size.- Returns:
- the addedFilesSize
-
getAddedRecords
public java.lang.String getAddedRecords()
Gets the addedRecords. Added records.- Returns:
- the addedRecords
-
getChangedPartitionCount
public java.lang.String getChangedPartitionCount()
Gets the changedPartitionCount. Changed partition count.- Returns:
- the changedPartitionCount
-
getCommittedAt
public java.lang.String getCommittedAt()
Gets the committedAt. Committed at.- Returns:
- the committedAt
-
getOperation
public java.lang.String getOperation()
Gets the operation. Operation.- Returns:
- the operation
-
getSnapshotId
public java.lang.String getSnapshotId()
Gets the snapshotId. Snapshot id.- Returns:
- the snapshotId
-
getTotalDataFiles
public java.lang.String getTotalDataFiles()
Gets the totalDataFiles. Total data files.- Returns:
- the totalDataFiles
-
getTotalDeleteFiles
public java.lang.String getTotalDeleteFiles()
Gets the totalDeleteFiles. Total delete files.- Returns:
- the totalDeleteFiles
-
getTotalEqualityDeletes
public java.lang.String getTotalEqualityDeletes()
Gets the totalEqualityDeletes. Total equality deletes.- Returns:
- the totalEqualityDeletes
-
getTotalPositionDeletes
public java.lang.String getTotalPositionDeletes()
Gets the totalPositionDeletes. Total position deletes.- Returns:
- the totalPositionDeletes
-
getTotalRecords
public java.lang.String getTotalRecords()
Gets the totalRecords. Total records.- Returns:
- the totalRecords
-
-