C# Class RavenDbRole.Azure.AzureCloudDrive

Afficher le fichier Open project: jalchr/Azure-IIS-Hosted-RavenDb

Méthodes publiques

Méthode Description
MountDrive ( string containerName, string vhdName, int driveSize, int driveLocalReadCacheSize ) : string
PrepareLocalReadCache ( string localResourceName ) : void
UnmountDrive ( string containerName, string vhdName ) : void

Private Methods

Méthode Description
GetCloudClientInstance ( ) : CloudBlobClient

Method Details

MountDrive() public static méthode

public static MountDrive ( string containerName, string vhdName, int driveSize, int driveLocalReadCacheSize ) : string
containerName string
vhdName string
driveSize int
driveLocalReadCacheSize int
Résultat string

PrepareLocalReadCache() public static méthode

public static PrepareLocalReadCache ( string localResourceName ) : void
localResourceName string
Résultat void

UnmountDrive() public static méthode

public static UnmountDrive ( string containerName, string vhdName ) : void
containerName string
vhdName string
Résultat void