Show / Hide Table of Contents

Namespace Oci.NosqlService.Models

Classes

ChangeTableCompartmentDetails

Specification of both from and to compartments.

Column

A column of a table.

CreateIndexDetails

Specifications for the new index.

CreateReplicaDetails

Specifications for the new replica

CreateTableDetails

Specifications for the new table.

DeleteRowResult

The result of a DeleteRow operation.

Identity

The identity properties of a table, if any.

Index

Information about an index.

IndexCollection

Results of ListIndexes.

IndexKey

Specifies a single key in a secondary index.

IndexSummary

Information about an index.

PreparedStatement

The result of query preparation.

QueryDetails

All the information surrounding a query, including the query statement, limits, consistency, and so forth.

QueryResultCollection

The result of a query.

Replica

Information about a MR table replica

RequestUsage

The usage metrics for a request.

Row

The result of GetRow.

Schema

The table schema information as a JSON object.

StatementSummary

Information derived from parsing a NoSQL SQL statement.

Table

Complete metadata about a table.

TableCollection

Results of ListTables.

TableLimits

Throughput and storage limits configuration of a table.

TableSummary

Summary of the table.

TableUsageCollection

Result of GetTableUsage.

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. In addition the count of throttling exceptions for the period is reported.

UpdateRowDetails

Specifications for the putting of a table row.

UpdateRowResult

The result of an UpdateRow operation.

UpdateTableDetails

The information to be updated.

WorkRequest

A description of workrequest status.

WorkRequestCollection

Results of ListWorkRequests

WorkRequestError

An error encountered while executing a work request.

WorkRequestErrorCollection

Results of ListWorkRequestErrors

WorkRequestLogEntry

A log message from the execution of a work request.

WorkRequestLogEntryCollection

Results of ListWorkRequestLogs

WorkRequestResource

A resource created or operated on by a work request.

WorkRequestSummary

A description of workrequest status.

Enums

Index.LifecycleStateEnum

QueryDetails.ConsistencyEnum

Replica.CapacityModeEnum

Replica.LifecycleStateEnum

StatementSummary.OperationEnum

Table.LifecycleStateEnum

Table.SchemaStateEnum

TableLimits.CapacityModeEnum

TableSummary.SchemaStateEnum

UpdateRowDetails.OptionEnum

WorkRequest.OperationTypeEnum

WorkRequest.StatusEnum

WorkRequestResource.ActionTypeEnum

WorkRequestSummary.OperationTypeEnum

WorkRequestSummary.StatusEnum

In this article
Back to top