BlobServiceChangeFeed Class

Definition

The blob service properties for change feed events.

public class BlobServiceChangeFeed : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.BlobServiceChangeFeed>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.BlobServiceChangeFeed>
public class BlobServiceChangeFeed
type BlobServiceChangeFeed = class
    interface IJsonModel<BlobServiceChangeFeed>
    interface IPersistableModel<BlobServiceChangeFeed>
type BlobServiceChangeFeed = class
Public Class BlobServiceChangeFeed
Implements IJsonModel(Of BlobServiceChangeFeed), IPersistableModel(Of BlobServiceChangeFeed)
Public Class BlobServiceChangeFeed
Inheritance
BlobServiceChangeFeed
Implements

Constructors

BlobServiceChangeFeed()

Initializes a new instance of BlobServiceChangeFeed.

Properties

IsEnabled

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

RetentionInDays

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.

Explicit Interface Implementations

IJsonModel<BlobServiceChangeFeed>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BlobServiceChangeFeed>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobServiceChangeFeed>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobServiceChangeFeed>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BlobServiceChangeFeed>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to