Azure
|
The AzureStreaming type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates an Azure streaming instance that is associated with a customer (storage account) and job (container). | |
DeleteJobFileOrFolder | Delete a single blob or a virtual directory of blobs. We have to see if the blob exists first, then assume it's a virtual directory prefix. Note that there are many return types. | |
JobFileSystemListAsNodes | New modern way of converting the job container or a prefix virtual directory of it into a hierarchy of generic nodes. The resulting nodes have the same shape as the blob and virtual directories. | |
MakeStreamer | Makes a streamer class that is associated with the currently open job (container). | |
RemoveJobDir | There is no concept of an Azure directory that corresponds to the file-system. Therefore deleting all the blobs in a vdir requires deleting all the blobs that have that prefix. | |
SaveState | Saves the state of the streaming object to an opaque string array for hosts to persist. |