CosmosDBTablePropertiesResource 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.
The CosmosDBTablePropertiesResource.
public class CosmosDBTablePropertiesResource : Azure.ResourceManager.CosmosDB.Models.CosmosDBTableResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBTablePropertiesResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBTablePropertiesResource>
type CosmosDBTablePropertiesResource = class
inherit CosmosDBTableResourceInfo
interface IJsonModel<CosmosDBTablePropertiesResource>
interface IPersistableModel<CosmosDBTablePropertiesResource>
Public Class CosmosDBTablePropertiesResource
Inherits CosmosDBTableResourceInfo
Implements IJsonModel(Of CosmosDBTablePropertiesResource), IPersistableModel(Of CosmosDBTablePropertiesResource)
- Inheritance
- Implements
Constructors
CosmosDBTablePropertiesResource(String) |
Initializes a new instance of CosmosDBTablePropertiesResource. |
Properties
CreateMode |
Enum to indicate the mode of resource creation. (Inherited from CosmosDBTableResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
RestoreParameters |
Parameters to indicate the information about the restore. (Inherited from CosmosDBTableResourceInfo) |
Rid |
A system generated property. A unique identifier. |
TableName |
Name of the Cosmos DB table. (Inherited from CosmosDBTableResourceInfo) |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET