Interface CosmosOptions

All Superinterfaces:
AzureOptions, HasDisplayData, PipelineOptions

public interface CosmosOptions extends AzureOptions
  • Method Details

    • getCosmosClientBuilder

      @InstanceFactory(CosmosClientBuilderFactory.class) com.azure.cosmos.CosmosClientBuilder getCosmosClientBuilder()
    • setCosmosClientBuilder

      void setCosmosClientBuilder(com.azure.cosmos.CosmosClientBuilder builder)
    • getCosmosServiceEndpoint

      @Nullable String getCosmosServiceEndpoint()
      The Azure Cosmos service endpoint used by the Cosmos client.
    • setCosmosServiceEndpoint

      void setCosmosServiceEndpoint(String endpoint)
    • getCosmosKey

      @Nullable String getCosmosKey()
      The Azure Cosmos key used to perform authentication for accessing resource.
    • setCosmosKey

      void setCosmosKey(String key)