Show / Hide Table of Contents

Namespace Oci.NosqlService.Models

Classes

ChangeTableCompartmentDetails

Specification of both from and to compartments.

Column

A column of a table.

Configuration

A tenancy or service-level configuration. The service may of the standard MULTI_TENANCY type, or of the HOSTED environment type.

ConfigurationModelConverter

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.

HostedConfiguration

The service-level configuration for a hosted environment. Includes kmsKey for retrieving the service's encryption key state.

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.

KmsKey

Information about the state of the service's encryption key management. The following properties are read-only and ignored when this object is used in UpdateConfiguration: kmsKeyState, timeCreated, timeUpdated.

MultiTenancyConfiguration

The service-level configuration for a multi-tenancy environment.

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.

UpdateConfigurationDetails

A tenancy or service-level configuration. The discriminator value UpdateConfigurationDetails.environment must match the service's environment type.

UpdateConfigurationDetailsModelConverter

UpdateHostedConfigurationDetails

The service-level configuration for a hosted environment. Includes kmsKey for setting the service's encryption key state.

UpdateMultiTenancyConfigurationDetails

Placeholder service-level configuration for a multi-tenancy environment. There are no configurable options for a multi-tenancy service through this API, so the derived schema is effectively empty and identical to its parent schema.

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

Configuration.EnvironmentEnum

Index.LifecycleStateEnum

KmsKey.KmsKeyStateEnum

QueryDetails.ConsistencyEnum

Replica.CapacityModeEnum

Replica.LifecycleStateEnum

StatementSummary.OperationEnum

Table.LifecycleStateEnum

Table.SchemaStateEnum

TableLimits.CapacityModeEnum

TableSummary.SchemaStateEnum

UpdateConfigurationDetails.EnvironmentEnum

UpdateRowDetails.OptionEnum

WorkRequest.OperationTypeEnum

WorkRequest.StatusEnum

WorkRequestResource.ActionTypeEnum

WorkRequestSummary.OperationTypeEnum

WorkRequestSummary.StatusEnum

In this article
Back to top