Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinGraphGetPropertiesResource
-
Packages that use GremlinGraphGetPropertiesResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 GremlinGraphGetPropertiesResource Modifier and Type Method Description GremlinGraphGetPropertiesResourceGremlinGraphGetProperties. resource()Get the resource property: The resource property.GremlinGraphGetPropertiesResourceGremlinGraphGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinGraphGetPropertiesResource Modifier and Type Method Description GremlinGraphGetPropertiesGremlinGraphGetProperties. withResource(GremlinGraphGetPropertiesResource resource)Set the resource property: The resource property.GremlinGraphGetResultsInnerGremlinGraphGetResultsInner. 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 GremlinGraphGetPropertiesResource Modifier and Type Method Description GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)Set the conflictResolutionPolicy property: The conflict resolution policy for the graph.GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withDefaultTtl(Integer defaultTtl)Set the defaultTtl property: Default time to live.GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB Gremlin graph.GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. 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.
-