Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
GremlinGraphResource |
GremlinGraphCreateUpdateParameters.resource()
Get the standard JSON format of a Gremlin graph.
|
GremlinGraphResource |
GremlinGraphResource.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)
Set the conflict resolution policy for the graph.
|
GremlinGraphResource |
GremlinGraphResource.withDefaultTtl(Integer defaultTtl)
Set default time to live.
|
GremlinGraphResource |
GremlinGraphResource.withId(String id)
Set name of the Cosmos DB Gremlin graph.
|
GremlinGraphResource |
GremlinGraphResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the configuration of the indexing policy.
|
GremlinGraphResource |
GremlinGraphResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
|
GremlinGraphResource |
GremlinGraphResource.withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
GremlinGraphCreateUpdateParameters |
GremlinGraphCreateUpdateParameters.withResource(GremlinGraphResource resource)
Set the standard JSON format of a Gremlin graph.
|
Copyright © 2019. All rights reserved.