ExtendedGremlinGraphResourceInfo 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 ExtendedGremlinGraphResourceInfo.
public class ExtendedGremlinGraphResourceInfo : Azure.ResourceManager.CosmosDB.Models.GremlinGraphResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo>
type ExtendedGremlinGraphResourceInfo = class
inherit GremlinGraphResourceInfo
interface IJsonModel<ExtendedGremlinGraphResourceInfo>
interface IPersistableModel<ExtendedGremlinGraphResourceInfo>
Public Class ExtendedGremlinGraphResourceInfo
Inherits GremlinGraphResourceInfo
Implements IJsonModel(Of ExtendedGremlinGraphResourceInfo), IPersistableModel(Of ExtendedGremlinGraphResourceInfo)
- Inheritance
- Implements
Constructors
ExtendedGremlinGraphResourceInfo(String) |
Initializes a new instance of ExtendedGremlinGraphResourceInfo. |
Properties
AnalyticalStorageTtl |
Analytical TTL. (Inherited from GremlinGraphResourceInfo) |
ConflictResolutionPolicy |
The conflict resolution policy for the graph. (Inherited from GremlinGraphResourceInfo) |
CreateMode |
Enum to indicate the mode of resource creation. (Inherited from GremlinGraphResourceInfo) |
DefaultTtl |
Default time to live. (Inherited from GremlinGraphResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
GraphName |
Name of the Cosmos DB Gremlin graph. (Inherited from GremlinGraphResourceInfo) |
IndexingPolicy |
The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph. (Inherited from GremlinGraphResourceInfo) |
PartitionKey |
The configuration of the partition key to be used for partitioning data into multiple partitions. (Inherited from GremlinGraphResourceInfo) |
RestoreParameters |
Parameters to indicate the information about the restore. (Inherited from GremlinGraphResourceInfo) |
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 GremlinGraphResourceInfo) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET