Udostępnij przez


IChangeFeed Interface

Definition

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

Properties

Name Description
Enabled

Indicates whether change feed event logging is enabled for the Blob service.

RetentionInDay

Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to