|
|
RCS.
|
| Class | Description | |
|---|---|---|
|
|
AzureStreamer | An implementation of stream processing using Azure Containers and Blobs as backing storage. |
|
|
AzureStreaming | |
|
|
LocalStreamer | An implementation of stream processing using the file-system as backing storage. This class has no special dependencies outside the .NET Core framework, so it cab be used as the default file processing for the crosstab engine. |
|
|
LocalStreaming | |
|
|
VConstructManager | |
|
|
VContext | |
|
|
VEngine | Top level interface for Variable related machinery in Carbon. |
| Interface | Description | |
|---|---|---|
|
|
IStreamer | An implementation of this class must be created for each type of backing storage that can be processed as streams. Current implementations are for the file-system, Azure Blob storage and a list of strings. |