Udostępnij przez


ChangeFeed Class

Definition

The blob service properties for change feed events.

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

Constructors

Name Description
ChangeFeed()

Creates an new ChangeFeed instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChangeFeed.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChangeFeed.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IChangeFeed.

FromJsonString(String)

Creates a new instance of ChangeFeed, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChangeFeed into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to