Click or drag to resize

AzureStreaming Class

[Missing <summary> documentation for "T:RCS.Carbon.Variables.AzureStreaming"]

Inheritance Hierarchy
SystemObject
  RCS.Carbon.VariablesAzureStreaming

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public class AzureStreaming

The AzureStreaming type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate Creates an Azure streaming instance that is associated with a customer (storage account) and job (container).
Public methodDeleteJobFileOrFolder 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.
Public methodJobFileSystemListAsNodes 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.
Public methodMakeStreamer Makes a streamer class that is associated with the currently open job (container).
Public methodRemoveJobDir 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.
Public methodSaveState Saves the state of the streaming object to an opaque string array for hosts to persist.
Top
See Also