Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinGraphResource
Packages that use GremlinGraphResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of GremlinGraphResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return GremlinGraphResourceModifier and TypeMethodDescriptionGremlinGraphCreateUpdateProperties.resource()
Get the resource property: The standard JSON format of a Gremlin graph.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinGraphResourceModifier and TypeMethodDescriptionGremlinGraphCreateUpdateProperties.withResource
(GremlinGraphResource resource) Set the resource property: The standard JSON format of a Gremlin graph. -
Uses of GremlinGraphResource in com.azure.resourcemanager.cosmos.models
Subclasses of GremlinGraphResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
The GremlinGraphGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return GremlinGraphResourceModifier and TypeMethodDescriptionstatic GremlinGraphResource
GremlinGraphResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GremlinGraphResource from the JsonReader.GremlinGraphCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a Gremlin graph.GremlinGraphResource.withAnalyticalStorageTtl
(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.GremlinGraphResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the graph.GremlinGraphResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.GremlinGraphResource.withDefaultTtl
(Integer defaultTtl) Set the defaultTtl property: Default time to live.Set the id property: Name of the Cosmos DB Gremlin graph.GremlinGraphResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.GremlinGraphResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.Methods in com.azure.resourcemanager.cosmos.models with parameters of type GremlinGraphResourceModifier and TypeMethodDescriptionGremlinGraphCreateUpdateParameters.withResource
(GremlinGraphResource resource) Set the resource property: The standard JSON format of a Gremlin graph.