[This is preliminary documentation and is subject to change.]
The ExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
DefaultAccount |
Returns the default CloudStorageAccount for this computation.
| |
DefaultBlobContainer |
Returns a reference to the CloudBlobContainer with the given containerName
in the default account for this computation. The container will be created if it does not exist.
| |
ReadBinaryFromAzureBlobsTRecord |
Reads the contents of all files in an Azure directory into a Naiad stream.
The serialization format is the same as WriteBinaryToAzureBlobs, and based on the Naiad message format.
| |
ReadCustomBinaryFromAzureBlobsR |
Reads the contents of all binary files in an Azure directory into a Naiad stream.
| |
ReadFromAzureBlobsTRecord |
Reads the contents of all files in an Azure directory into a Naiad stream.
| |
ReadFromAzureTableTEntity |
Reads the entities from the given Azure table, filtered by the given query.
| |
ReadTextFromAzureBlobs |
Reads the contents of all text files in an Azure directory into a Naiad stream.
| |
WriteBinaryToAzureBlobsTRecord |
Writes records to files in an Azure directory.
The serialization format is the same as ReadBinaryFromAzureBlobs, and based on the Naiad message format.
| |
WriteCustomBinaryToAzureBlobsTRecord |
Writes records to binary files in an Azure directory.
| |
WriteTextToAzureBlobs(StreamString, Epoch, CloudBlobContainer, String) |
Writes strings as lines to files in an Azure directory.
| |
WriteTextToAzureBlobsTRecord(StreamTRecord, Epoch, CloudBlobContainer, String) |
Writes each record (using its default string representation) to files in an Azure directory.
| |
WriteToAzureBlobsTRecord |
Writes records to files in an Azure directory.
|
See Also