IObjectReplicationPolicyRule.FilterPrefixMatch 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> FilterPrefixMatch { 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.FilterPrefixMatch : System.Collections.Generic.List<string> with get, set
Public Property FilterPrefixMatch As List(Of String)

Property Value

Attributes

Applies to