StorageResource Class

Definition

The base class for all storage resources.

public abstract class StorageResource
type StorageResource = class
Public MustInherit Class StorageResource
Inheritance
StorageResource
Derived

Constructors

StorageResource()

The protected constructor for the abstract StorageResource class (to allow for mocking).

Properties

IsContainer

Defines whether the storage resource is a container.

ProviderId

A string ID for the resource provider that should be used for rehydration. NOTE: Must be no more than 5 characters long.

Uri

Gets the Uri of the Storage Resource.

Methods

GetDestinationCheckpointData()

Gets the destination checkpoint data for this resource that will be written to the checkpointer.

GetSourceCheckpointData()

Gets the source checkpoint data for this resource that will be written to the checkpointer.

Applies to