Compartir a través de


IWithConsistencyPolicy.WithBoundedStalenessConsistency(Int32, Int32) Método

Definición

La directiva de coherencia de la cuenta de CosmosDB.

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithBoundedStalenessConsistency (int maxStalenessPrefix, int maxIntervalInSeconds);
abstract member WithBoundedStalenessConsistency : int * int -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithBoundedStalenessConsistency (maxStalenessPrefix As Integer, maxIntervalInSeconds As Integer) As IWithOptionals

Parámetros

maxStalenessPrefix
Int32

Prefijo de obsolescencia máxima.

maxIntervalInSeconds
Int32

Intervalo máximo en segundos.

Devoluciones

Se aplica a