Partager via


IObjectReplicationPolicyFilter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyFilterTypeConverter))]
public interface IObjectReplicationPolicyFilter : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyFilterTypeConverter))>]
type IObjectReplicationPolicyFilter = interface
    interface IJsonSerializable
Public Interface IObjectReplicationPolicyFilter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

MinCreationTime

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

PrefixMatch

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to