Uses of Class
com.microsoft.azure.management.cosmosdb.GremlinGraphResource
Packages that use GremlinGraphResource
Package
Description
This package contains the classes for CosmosDB.
-
Uses of GremlinGraphResource in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return GremlinGraphResourceModifier and TypeMethodDescriptionGremlinGraphCreateUpdateParameters.resource()
Get the standard JSON format of a Gremlin graph.GremlinGraphResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflict resolution policy for the graph.GremlinGraphResource.withDefaultTtl
(Integer defaultTtl) Set default time to live.Set name of the Cosmos DB Gremlin graph.GremlinGraphResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.GremlinGraphResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the configuration of the partition key to be used for partitioning data into multiple partitions.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.Methods in com.microsoft.azure.management.cosmosdb with parameters of type GremlinGraphResourceModifier and TypeMethodDescriptionGremlinGraphCreateUpdateParameters.withResource
(GremlinGraphResource resource) Set the standard JSON format of a Gremlin graph.