C# Class Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFileSystemCmdletBase

The base class for all Microsoft Azure DataLakeStoreFileSystem Management cmdlets
Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Protected Properties

Свойство Type Description
CmdletCancellationToken System.Threading.CancellationToken

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void

Cmdlet begin process

StopProcessing ( ) : void

stop processing time-consuming operation should work with ShouldForceQuit

Private Methods

Méthode Description
BytesToString ( byte content, FileSystemCmdletProviderEncoding type ) : string
GetBytes ( object content, FileSystemCmdletProviderEncoding encoding ) : byte[]
GetBytes ( string content, FileSystemCmdletProviderEncoding type ) : byte[]

Converts the stream type string into an Encoding

UsingByteEncoding ( FileSystemCmdletProviderEncoding encoding ) : bool

Gets the Byte Encoding status of the StreamType parameter. Returns true if the stream was opened with "Byte" encoding, false otherwise.

Method Details

BeginProcessing() protected méthode

Cmdlet begin process
protected BeginProcessing ( ) : void
Résultat void

StopProcessing() protected méthode

stop processing time-consuming operation should work with ShouldForceQuit
protected StopProcessing ( ) : void
Résultat void

Property Details

CmdletCancellationToken protected_oe property

protected CancellationToken,System.Threading CmdletCancellationToken
Résultat System.Threading.CancellationToken