Compartilhar via


IObjectReplicationPolicyFilter.PrefixMatch Property

Definition

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="prefixMatch", Update=true)]
public System.Collections.Generic.List<string> PrefixMatch { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="prefixMatch", Update=true)>]
member this.PrefixMatch : System.Collections.Generic.List<string> with get, set
Public Property PrefixMatch As List(Of String)

Property Value

Attributes

Applies to