Table of Contents

Class AccountInfo

Namespace
Kentico.Xperience.AzureStorage
Assembly
Kentico.Xperience.AzureStorage.dll

Class which represents account info for connection to cloud.

public class AccountInfo
Inheritance
object
AccountInfo
Extension Methods

Constructors

AccountInfo()

Default constructor.

public AccountInfo()

Properties

AccountConfigured

Checks if account information is set.

Returns true if account name and shared key config keys are set. False otherwise.

[Obsolete("Property was not intended for public use and will be removed.")]
[ObsoleteSince(29, 6)]
public static bool AccountConfigured { get; }

Property Value

bool

AccountName

Account name.

public string AccountName { get; set; }

Property Value

string

BlobEndpoint

Blob storage endpoint.

public string BlobEndpoint { get; set; }

Property Value

string

CurrentAccount

Gets instance of current account info.

public static AccountInfo CurrentAccount { get; }

Property Value

AccountInfo

QueueEndpoint

Queue storage endpoint.

public string QueueEndpoint { get; set; }

Property Value

string

SharedKey

Shared key.

public string SharedKey { get; set; }

Property Value

string

TableEndpoint

Table storage endpoint.

public string TableEndpoint { get; set; }

Property Value

string