StorageResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET