Constructor using a given prefix to find the name of tables, blob containers and queue. All others settings have a default value, except for account information.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Settings(
	string prefix,
	bool autoSetAccountInformation
)
Visual Basic (Declaration)
Public Sub New ( _
	prefix As String, _
	autoSetAccountInformation As Boolean _
)
Visual C++
public:
Settings(
	String^ prefix, 
	bool autoSetAccountInformation
)

Parameters

prefix
Type: System..::.String
Tables and containers names prefix
autoSetAccountInformation
Type: System..::.Boolean
Specifies whether Account Information should be set automatically

See Also