StorageCloudBlobCmdletBase 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.
Base cmdlet for storage blob/container cmdlet
public class StorageCloudBlobCmdletBase : Microsoft.WindowsAzure.Commands.Storage.Common.StorageCloudCmdletBase<Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement>
type StorageCloudBlobCmdletBase = class
inherit StorageCloudCmdletBase<IStorageBlobManagement>
Public Class StorageCloudBlobCmdletBase
Inherits StorageCloudCmdletBase(Of IStorageBlobManagement)
- Inheritance
-
StorageCloudBlobCmdletBase
- Derived
Constructors
| Name | Description |
|---|---|
| StorageCloudBlobCmdletBase() |
Initializes a new instance of the StorageCloudBlobCmdletBase class. |
| StorageCloudBlobCmdletBase(IStorageBlobManagement) |
Initializes a new instance of the StorageCloudBlobCmdletBase class. |
Fields
| Name | Description |
|---|---|
| _adalListener | (Inherited from AzurePSCmdlet) |
| _cancellationTokenSource |
Cancellation Token Source (Inherited from StorageCloudCmdletBase<T>) |
| _clientRequestId | (Inherited from AzurePSCmdlet) |
| _cmdletContext | (Inherited from AzurePSCmdlet) |
| _enableMultiThread | (Inherited from StorageCloudCmdletBase<T>) |
| _fileTimeStampSuffixFormat | (Inherited from AzurePSCmdlet) |
| _metricHelper | (Inherited from AzurePSCmdlet) |
| _qosEvent | (Inherited from AzurePSCmdlet) |
| CmdletCancellationToken | (Inherited from StorageCloudCmdletBase<T>) |
| concurrentTaskCount | (Inherited from StorageCloudCmdletBase<T>) |
| summaryRecord |
Summary progress record on multithread task (Inherited from StorageCloudCmdletBase<T>) |
| validBlobProperties_Track2 | |
| validCloudBlobProperties | |
| validDatalakeGen2FileProperties | |
| validDatalakeGen2FolderProperties | |
| WaitTimeout | (Inherited from StorageCloudCmdletBase<T>) |
Properties
| Name | Description |
|---|---|
| _dataCollectionProfile | (Inherited from AzurePSCmdlet) |
| _matchers | (Inherited from AzurePSCmdlet) |
| AppendBlobRequestConditions | |
| AsJobDynamicParameters | (Inherited from AzurePSCmdlet) |
| BlobRequestConditions | |
| Channel | (Inherited from StorageCloudCmdletBase<T>) |
| ClientOptions | |
| ClientTimeoutPerRequest | (Inherited from StorageCloudCmdletBase<T>) |
| ConcurrentTaskCount |
Amount of concurrent async tasks to run per available core. (Inherited from StorageCloudCmdletBase<T>) |
| Context | (Inherited from StorageCloudCmdletBase<T>) |
| DataCollectionWarning | (Inherited from AzureDataCmdlet) |
| DataLakeClientOptions | |
| DebugMessages | (Inherited from AzurePSCmdlet) |
| DefaultContext | (Inherited from AzureDataCmdlet) |
| DefaultProfile |
Gets or sets the global profile for ARM cmdlets. (Inherited from StorageCloudCmdletBase<T>) |
| EnableMultiThread |
Enable or disable multithread If the storage cmdlet want to disable the multithread feature, it can disable when construct and beginProcessing (Inherited from StorageCloudCmdletBase<T>) |
| ImplementationBackgroundJobDescription | (Inherited from AzurePSCmdlet) |
| IsErrorMetricEnabled | (Inherited from AzurePSCmdlet) |
| IsUsageMetricEnabled | (Inherited from AzurePSCmdlet) |
| ModuleName | (Inherited from AzurePSCmdlet) |
| ModuleVersion | (Inherited from AzurePSCmdlet) |
| OperationContext |
Cmdlet operation context. (Inherited from StorageCloudCmdletBase<T>) |
| PageBlobRequestConditions | |
| PSVersion |
Obsolete.
(Inherited from AzurePSCmdlet)
|
| RequestOptions |
Blob request options |
| RMProfile | (Inherited from AzureDataCmdlet) |
| ServerTimeoutPerRequest | (Inherited from StorageCloudCmdletBase<T>) |
| SessionState | (Inherited from AzurePSCmdlet) |
| ShareChannel |
Gets or sets a flag indicating whether CreateChannel should share the command's current Channel when asking for a new one. This is only used for testing. (Inherited from StorageCloudCmdletBase<T>) |
| ShouldForceQuit |
whether stop processing (Inherited from StorageCloudCmdletBase<T>) |
| SMProfile | (Inherited from AzureDataCmdlet) |
| TableOperationContext |
Cmdlet operation context. (Inherited from StorageCloudCmdletBase<T>) |
| TagCondition | |
Methods
Extension Methods
| Name | Description |
|---|---|
| DisableDataCollection(AzurePSCmdlet) | |
| EnableDataCollection(AzurePSCmdlet) | |