ExtendedCosmosDBSqlContainerResourceInfo Class

Definition

The ExtendedCosmosDBSqlContainerResourceInfo.

public class ExtendedCosmosDBSqlContainerResourceInfo : Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlContainerResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlContainerResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlContainerResourceInfo>
type ExtendedCosmosDBSqlContainerResourceInfo = class
    inherit CosmosDBSqlContainerResourceInfo
    interface IJsonModel<ExtendedCosmosDBSqlContainerResourceInfo>
    interface IPersistableModel<ExtendedCosmosDBSqlContainerResourceInfo>
Public Class ExtendedCosmosDBSqlContainerResourceInfo
Inherits CosmosDBSqlContainerResourceInfo
Implements IJsonModel(Of ExtendedCosmosDBSqlContainerResourceInfo), IPersistableModel(Of ExtendedCosmosDBSqlContainerResourceInfo)
Inheritance
ExtendedCosmosDBSqlContainerResourceInfo
Implements

Constructors

ExtendedCosmosDBSqlContainerResourceInfo(String)

Initializes a new instance of ExtendedCosmosDBSqlContainerResourceInfo.

Properties

AnalyticalStorageTtl

Analytical TTL.

(Inherited from CosmosDBSqlContainerResourceInfo)
ClientEncryptionPolicy

The client encryption policy for the container.

(Inherited from CosmosDBSqlContainerResourceInfo)
ComputedProperties

List of computed properties.

(Inherited from CosmosDBSqlContainerResourceInfo)
ConflictResolutionPolicy

The conflict resolution policy for the container.

(Inherited from CosmosDBSqlContainerResourceInfo)
ContainerName

Name of the Cosmos DB SQL container.

(Inherited from CosmosDBSqlContainerResourceInfo)
CreateMode

Enum to indicate the mode of resource creation.

(Inherited from CosmosDBSqlContainerResourceInfo)
DefaultTtl

Default time to live.

(Inherited from CosmosDBSqlContainerResourceInfo)
ETag

A system generated property representing the resource etag required for optimistic concurrency control.

IndexingPolicy

The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container.

(Inherited from CosmosDBSqlContainerResourceInfo)
MaterializedViewDefinition

The configuration for defining Materialized Views. This must be specified only for creating a Materialized View container.

(Inherited from CosmosDBSqlContainerResourceInfo)
PartitionKey

The configuration of the partition key to be used for partitioning data into multiple partitions.

(Inherited from CosmosDBSqlContainerResourceInfo)
RestoreParameters

Parameters to indicate the information about the restore.

(Inherited from CosmosDBSqlContainerResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

A system generated property that denotes the last updated timestamp of the resource.

UniqueKeys

List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.

(Inherited from CosmosDBSqlContainerResourceInfo)

Explicit Interface Implementations

IJsonModel<CosmosDBSqlContainerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from CosmosDBSqlContainerResourceInfo)
IJsonModel<CosmosDBSqlContainerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBSqlContainerResourceInfo)
IJsonModel<ExtendedCosmosDBSqlContainerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExtendedCosmosDBSqlContainerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlContainerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBSqlContainerResourceInfo)
IPersistableModel<CosmosDBSqlContainerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from CosmosDBSqlContainerResourceInfo)
IPersistableModel<CosmosDBSqlContainerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBSqlContainerResourceInfo)
IPersistableModel<ExtendedCosmosDBSqlContainerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCosmosDBSqlContainerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExtendedCosmosDBSqlContainerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to