Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinGraphGetPropertiesResource
Packages that use GremlinGraphGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of GremlinGraphGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return GremlinGraphGetPropertiesResourceModifier and TypeMethodDescriptionGremlinGraphGetProperties.resource()
Get the resource property: The resource property.GremlinGraphGetResultsInner.resource()
Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinGraphGetPropertiesResourceModifier and TypeMethodDescriptionGremlinGraphGetProperties.withResource
(GremlinGraphGetPropertiesResource resource) Set the resource property: The resource property.GremlinGraphGetResultsInner.withResource
(GremlinGraphGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of GremlinGraphGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return GremlinGraphGetPropertiesResourceModifier and TypeMethodDescriptionGremlinGraphGetPropertiesResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GremlinGraphGetPropertiesResource from the JsonReader.GremlinGraphGetPropertiesResource.withAnalyticalStorageTtl
(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.GremlinGraphGetPropertiesResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the graph.GremlinGraphGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.GremlinGraphGetPropertiesResource.withDefaultTtl
(Integer defaultTtl) Set the defaultTtl property: Default time to live.Set the id property: Name of the Cosmos DB Gremlin graph.GremlinGraphGetPropertiesResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphGetPropertiesResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.GremlinGraphGetPropertiesResource.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.