[This is preliminary documentation and is subject to change.]
Returns the default CloudStorageAccount for this computation.
Namespace: Microsoft.Research.Naiad.Frameworks.Azure
Assembly: Microsoft.Research.Naiad.AzureSupport (in Microsoft.Research.Naiad.AzureSupport.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static CloudStorageAccount DefaultAccount( this Computation computation )
Parameters
- computation
- Type: Microsoft.Research.NaiadComputation
The computation.
Return Value
Type: CloudStorageAccountThe default CloudStorageAccount for this computation.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Computation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the Microsoft.Research.Naiad.Cluster.Azure.DefaultConnectionString setting is not set or has more than one value in AdditionalSettings |
ArgumentOutOfRangeException | Thrown when the Microsoft.Research.Naiad.Cluster.Azure.DefaultConnectionString setting cannot be parsed. |
See Also