Click or drag to resize

RCS.Carbon.Variables Namespace

Provides cross-tabulation functionality related to variable management.
Classes
  Class Description
Public class AzureStreamer An implementation of stream processing using Azure Containers and Blobs as backing storage.
Public class AzureStreaming  
Public class 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.
Public class LocalStreaming  
Public class VConstructManager  
Public class VContext  
Public class VEngine Top level interface for Variable related machinery in Carbon.
Interfaces
  Interface Description
Public interface 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.