StorageResourceItem 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.
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
Constructors
StorageResourceItem() |
For Mocking. |
Properties
IsContainer |
Storage Resource is a container. |
Length |
Length of the storage resource. This information is can obtained during a GetStorageResources API call. Will return default if the length was not set by a GetStorageResources API call. |
MaxSupportedChunkSize |
Defines the maximum supported chunk size for the storage resource. |
ProviderId |
A string ID for the resource provider that should be used for rehydration. NOTE: Must be no more than 5 characters long. (Inherited from StorageResource) |
ResourceId |
The identifier for the type of storage resource. |
ResourceProperties |
Properties of the Storage Resource Item. |
TransferType |
Defines the transfer type of the storage resource. |
Uri |
Gets the Uri of the Storage Resource. (Inherited from StorageResource) |
Methods
Applies to
Azure SDK for .NET