RestorableSqlContainerPropertiesResourceContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cosmos DB SQL container resource object.
public class RestorableSqlContainerPropertiesResourceContainer : Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlContainerResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.RestorableSqlContainerPropertiesResourceContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.RestorableSqlContainerPropertiesResourceContainer>
type RestorableSqlContainerPropertiesResourceContainer = class
inherit CosmosDBSqlContainerResourceInfo
interface IJsonModel<RestorableSqlContainerPropertiesResourceContainer>
interface IPersistableModel<RestorableSqlContainerPropertiesResourceContainer>
Public Class RestorableSqlContainerPropertiesResourceContainer
Inherits CosmosDBSqlContainerResourceInfo
Implements IJsonModel(Of RestorableSqlContainerPropertiesResourceContainer), IPersistableModel(Of RestorableSqlContainerPropertiesResourceContainer)
- Inheritance
- Implements
Constructors
RestorableSqlContainerPropertiesResourceContainer(String) |
Initializes a new instance of RestorableSqlContainerPropertiesResourceContainer. |
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. |
Self |
A system generated property that specifies the addressable path of the container resource. |
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
Applies to
Azure SDK for .NET