GremlinGraphResource interface
Cosmos DB Gremlin graph resource object
Properties
analytical |
Analytical TTL. |
conflict |
The conflict resolution policy for the graph. |
create |
Enum to indicate the mode of resource creation. |
default |
Default time to live |
id | Name of the Cosmos DB Gremlin graph |
indexing |
The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph |
partition |
The configuration of the partition key to be used for partitioning data into multiple partitions |
restore |
Parameters to indicate the information about the restore |
unique |
The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service. |
Property Details
analyticalStorageTtl
Analytical TTL.
analyticalStorageTtl?: number
Property Value
number
conflictResolutionPolicy
The conflict resolution policy for the graph.
conflictResolutionPolicy?: ConflictResolutionPolicy
Property Value
createMode
Enum to indicate the mode of resource creation.
createMode?: string
Property Value
string
defaultTtl
Default time to live
defaultTtl?: number
Property Value
number
id
Name of the Cosmos DB Gremlin graph
id: string
Property Value
string
indexingPolicy
The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph
indexingPolicy?: IndexingPolicy
Property Value
partitionKey
The configuration of the partition key to be used for partitioning data into multiple partitions
partitionKey?: ContainerPartitionKey
Property Value
restoreParameters
Parameters to indicate the information about the restore
restoreParameters?: ResourceRestoreParameters
Property Value
uniqueKeyPolicy
The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
uniqueKeyPolicy?: UniqueKeyPolicy