Click or drag to resize
AccountInfo Class
Class which represents account info for connection to cloud.
Inheritance Hierarchy
SystemObject
  CMS.AzureStorageAccountInfo

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public class AccountInfo

The AccountInfo type exposes the following members.

Constructors
  NameDescription
Public methodAccountInfo
Default contructor
Top
Properties
  NameDescription
Public propertyStatic memberAccountConfigured
Checks if acount information is set. Returns true if account name and shared key config keys are set. False otherwise.
Public propertyAccountName
Account name.
Public propertyBlobEndpoint
Blob storage endpoint.
Public propertyStatic memberCurrentAccount
Gets instance of current account info.
Public propertyQueueEndpoint
Queue storage endpoint.
Public propertySharedKey
Shared key.
Public propertyTableEndpoint
Table storage endpoint.
Top
See Also