GremlinGraphResource interface

Cosmos DB Gremlin graph resource object

Properties

analyticalStorageTtl

Analytical TTL.

conflictResolutionPolicy

The conflict resolution policy for the graph.

createMode

Enum to indicate the mode of resource creation.

defaultTtl

Default time to live

id

Name of the Cosmos DB Gremlin graph

indexingPolicy

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

partitionKey

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

restoreParameters

Parameters to indicate the information about the restore

uniqueKeyPolicy

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

Property Value