ClientOptions.SasTokenRenewalBuffer Property

Definition

The time buffer before expiry when the token should be renewed, expressed as a percentage of the time to live. Acceptable values lie between 0 and 100 (including the endpoints). Eg. if set to a value of 30, the token will be renewed when it has 30% or less of its lifespan left. If unset the token will be renewed when it has 15% or less of its lifespan left.

public int SasTokenRenewalBuffer { get; set; }
member this.SasTokenRenewalBuffer : int with get, set
Public Property SasTokenRenewalBuffer As Integer

Property Value

Remarks

This is used only for SAS token authenticated clients through either the CreateFromConnectionString(String, ClientOptions) flow, the CreateFromConnectionString(String, ClientOptions) flow or the CreateFromEnvironmentAsync(ClientOptions) flow.

Applies to