ChangeFeed Class

Definition

The blob service properties for change feed events.

public class ChangeFeed
type ChangeFeed = class
Public Class ChangeFeed
Inheritance
ChangeFeed

Constructors

ChangeFeed()

Initializes a new instance of the ChangeFeed class.

ChangeFeed(Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the ChangeFeed class.

Properties

Enabled

Gets or sets indicates whether change feed event logging is enabled for the Blob service.

RetentionInDays

Gets or sets 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

Validate()

Validate the object.

Applies to