CosmosDBAccount.UpdateStages.WithOptionals 接口
定义
Grouping of cosmos db update stages.
public interface WithOptionals extends Resource.UpdateWithTags<WithOptionals>,Appliable<CosmosDBAccount>,CosmosDBAccount.UpdateStages.WithConsistencyPolicy,CosmosDBAccount.UpdateStages.WithIpRangeFilter
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withBoundedStalenessConsistency(int maxStalenessPrefix, int maxIntervalInSeconds)
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withEventualConsistency()
CosmosDBAccount.UpdateStages.WithIpRangeFilter.withIpRangeFilter(String ipRangeFilter)
Resource.UpdateWithTags<T>.withoutTag(String key)
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withSessionConsistency()
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withStrongConsistency()
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)