Share via


StorageResourceItem Class

Definition

Abstract class for a single storage resource.

public abstract class StorageResourceItem : Azure.Storage.DataMovement.StorageResource
type StorageResourceItem = class
    inherit StorageResource
Public MustInherit Class StorageResourceItem
Inherits StorageResource
Inheritance
StorageResourceItem

Constructors

StorageResourceItem()

For Mocking.

Properties

Uri

Gets the Uri of the Storage Resource.

(Inherited from StorageResource)

Methods

GetDestinationCheckpointData()

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

(Inherited from StorageResource)
GetSourceCheckpointData()

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

(Inherited from StorageResource)

Applies to