Class | Description |
---|---|
ChangeTableCompartmentDetails |
Specification of both from and to compartments.
|
ChangeTableCompartmentDetails.Builder | |
Column |
A column of a table.
|
Column.Builder | |
CreateIndexDetails |
Specifications for the new index.
|
CreateIndexDetails.Builder | |
CreateReplicaDetails |
Specifications for the new replica
Note: Objects should always be created or deserialized using the CreateReplicaDetails.Builder . |
CreateReplicaDetails.Builder | |
CreateTableDetails |
Specifications for the new table.
|
CreateTableDetails.Builder | |
DeleteRowResult |
The result of a DeleteRow operation.
|
DeleteRowResult.Builder | |
Identity |
The identity properties of a table, if any.
|
Identity.Builder | |
Index |
Information about an index.
|
Index.Builder | |
IndexCollection |
Results of ListIndexes.
|
IndexCollection.Builder | |
IndexKey |
Specifies a single key in a secondary index.
|
IndexKey.Builder | |
IndexSummary |
Information about an index.
|
IndexSummary.Builder | |
PreparedStatement |
The result of query preparation.
|
PreparedStatement.Builder | |
QueryDetails |
All the information surrounding a query, including the query statement, limits, consistency, and
so forth.
|
QueryDetails.Builder | |
QueryResultCollection |
The result of a query.
|
QueryResultCollection.Builder | |
Replica |
Information about a MR table replica
Note: Objects should always be created or deserialized using the Replica.Builder . |
Replica.Builder | |
RequestUsage |
The usage metrics for a request.
|
RequestUsage.Builder | |
Row |
The result of GetRow.
|
Row.Builder | |
Schema |
The table schema information as a JSON object.
|
Schema.Builder | |
StatementSummary |
Information derived from parsing a NoSQL SQL statement.
|
StatementSummary.Builder | |
Table |
Complete metadata about a table.
|
Table.Builder | |
TableCollection |
Results of ListTables.
|
TableCollection.Builder | |
TableLimits |
Throughput and storage limits configuration of a table.
|
TableLimits.Builder | |
TableSummary |
Summary of the table.
|
TableSummary.Builder | |
TableUsageCollection |
Result of GetTableUsage.
|
TableUsageCollection.Builder | |
TableUsageSummary |
TableUsageSummary represents a single usage record, or slice, that includes information about
read and write throughput consumed during that period as well as the current information
regarding storage capacity.
|
TableUsageSummary.Builder | |
UpdateRowDetails |
Specifications for the putting of a table row.
|
UpdateRowDetails.Builder | |
UpdateRowResult |
The result of an UpdateRow operation.
|
UpdateRowResult.Builder | |
UpdateTableDetails |
The information to be updated.
|
UpdateTableDetails.Builder | |
WorkRequest |
A description of workrequest status.
|
WorkRequest.Builder | |
WorkRequestCollection |
Results of ListWorkRequests
Note: Objects should always be created or deserialized using the WorkRequestCollection.Builder . |
WorkRequestCollection.Builder | |
WorkRequestError |
An error encountered while executing a work request.
|
WorkRequestError.Builder | |
WorkRequestErrorCollection |
Results of ListWorkRequestErrors
Note: Objects should always be created or deserialized using the WorkRequestErrorCollection.Builder . |
WorkRequestErrorCollection.Builder | |
WorkRequestLogEntry |
A log message from the execution of a work request.
|
WorkRequestLogEntry.Builder | |
WorkRequestLogEntryCollection |
Results of ListWorkRequestLogs
Note: Objects should always be created or deserialized using the WorkRequestLogEntryCollection.Builder . |
WorkRequestLogEntryCollection.Builder | |
WorkRequestResource |
A resource created or operated on by a work request.
|
WorkRequestResource.Builder | |
WorkRequestSummary |
A description of workrequest status.
|
WorkRequestSummary.Builder |
Enum | Description |
---|---|
Index.LifecycleState |
The state of an index.
|
QueryDetails.Consistency |
Consistency requirement for a read operation.
|
Replica.CapacityMode |
The capacity mode of the replica.
|
Replica.LifecycleState |
The state of the replica.
|
StatementSummary.Operation |
The operation represented in the statement, e.g.
|
Table.LifecycleState |
The state of a table.
|
Table.SchemaState |
The current state of this table’s schema.
|
TableLimits.CapacityMode |
The capacity mode of the table.
|
TableSummary.SchemaState |
The current state of this table’s schema.
|
UpdateRowDetails.Option |
Specifies a condition for the put operation.
|
WorkRequest.OperationType |
Type of the work request.
|
WorkRequest.Status |
Status of current work request.
|
WorkRequestResource.ActionType |
The way in which this resource is affected by the work tracked in the work request.
|
WorkRequestSummary.OperationType |
Type of the work request.
|
WorkRequestSummary.Status |
Status of current work request.
|
Copyright © 2016–2024. All rights reserved.