Condividi tramite


ObjectReplicationPolicyFilter.MinCreationTime Property

Definition

Gets or sets blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z

[Newtonsoft.Json.JsonProperty(PropertyName="minCreationTime")]
public string MinCreationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minCreationTime")>]
member this.MinCreationTime : string with get, set
Public Property MinCreationTime As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to