C# Class RavenDbRole.Azure.AzureCloudDrive

Mostrar archivo Open project: jalchr/Azure-IIS-Hosted-RavenDb

Public Methods

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

Private Methods

Method Description
GetCloudClientInstance ( ) : CloudBlobClient

Method Details

MountDrive() public static method

public static MountDrive ( string containerName, string vhdName, int driveSize, int driveLocalReadCacheSize ) : string
containerName string
vhdName string
driveSize int
driveLocalReadCacheSize int
return string

PrepareLocalReadCache() public static method

public static PrepareLocalReadCache ( string localResourceName ) : void
localResourceName string
return void

UnmountDrive() public static method

public static UnmountDrive ( string containerName, string vhdName ) : void
containerName string
vhdName string
return void