Class CosmosDbOperationsBuilder
java.lang.Object
org.apache.camel.component.azure.cosmosdb.operations.CosmosDbOperationsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic CosmosDbOperationsBuilderwithClient(CosmosAsyncClientWrapper clientWrapper) withContainerName(String containerName) withContainerPartitionKeyPath(String containerPartitionKeyPath) withCreateContainerIfNotExist(boolean createContainerIfNotExist) withCreateDatabaseIfNotExist(boolean createDatabaseIfNotExist) withDatabaseName(String databaseName) withIndexingPolicy(com.azure.cosmos.models.IndexingPolicy indexingPolicy) withThroughputProperties(com.azure.cosmos.models.ThroughputProperties throughputProperties)
-
Method Details
-
withClient
-
withDatabaseName
-
withCreateDatabaseIfNotExist
-
withContainerName
-
withContainerPartitionKeyPath
-
withCreateContainerIfNotExist
-
withThroughputProperties
public CosmosDbOperationsBuilder withThroughputProperties(com.azure.cosmos.models.ThroughputProperties throughputProperties) -
withIndexingPolicy
public CosmosDbOperationsBuilder withIndexingPolicy(com.azure.cosmos.models.IndexingPolicy indexingPolicy) -
buildDatabaseOperations
-
buildContainerOperations
-