GremlinGraphGetPropertiesResource interface

model interface GremlinGraphGetPropertiesResource

Extends

Properties

etag

A system generated property representing the resource etag required for optimistic concurrency control.

rid

A system generated property. A unique identifier.

ts

A system generated property that denotes the last updated timestamp of the resource.

Inherited 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

etag

A system generated property representing the resource etag required for optimistic concurrency control.

etag?: string

Property Value

string

rid

A system generated property. A unique identifier.

rid?: string

Property Value

string

ts

A system generated property that denotes the last updated timestamp of the resource.

ts?: number

Property Value

number

Inherited Property Details

analyticalStorageTtl

Analytical TTL.

analyticalStorageTtl?: number

Property Value

number

Inherited From GremlinGraphResource.analyticalStorageTtl

conflictResolutionPolicy

The conflict resolution policy for the graph.

conflictResolutionPolicy?: ConflictResolutionPolicy

Property Value

Inherited From GremlinGraphResource.conflictResolutionPolicy

createMode

Enum to indicate the mode of resource creation.

createMode?: string

Property Value

string

Inherited From GremlinGraphResource.createMode

defaultTtl

Default time to live

defaultTtl?: number

Property Value

number

Inherited From GremlinGraphResource.defaultTtl

id

Name of the Cosmos DB Gremlin graph

id: string

Property Value

string

Inherited From GremlinGraphResource.id

indexingPolicy

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

indexingPolicy?: IndexingPolicy

Property Value

Inherited From GremlinGraphResource.indexingPolicy

partitionKey

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

partitionKey?: ContainerPartitionKey

Property Value

Inherited From GremlinGraphResource.partitionKey

restoreParameters

Parameters to indicate the information about the restore

restoreParameters?: ResourceRestoreParameters

Property Value

Inherited From GremlinGraphResource.restoreParameters

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

Inherited From GremlinGraphResource.uniqueKeyPolicy