BlobRestoreRange Class

Definition

Blob range.

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

Constructors

BlobRestoreRange(String, String)

Initializes a new instance of BlobRestoreRange.

Properties

EndRange

Blob end range. This is exclusive. Empty means account end.

StartRange

Blob start range. This is inclusive. Empty means account start.

Explicit Interface Implementations

IJsonModel<BlobRestoreRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobRestoreRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobRestoreRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobRestoreRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobRestoreRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to