![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Classes | |
| class | AdaptiveBufferedBytesProducer |
| Produces BufferedByte objects of a variable size depending on whether the consumer of this buffer is blocked waiting on it for more data. More... | |
| class | AsyncParameters |
| Parameters to be used in a Large Upload operation. More... | |
| class | BinaryYELTConverter |
| Converts a YELT CSV data into a specified format. More... | |
| struct | BufferedBytes |
| The structure containing an array of bytes and integer indicating the number of bytes in the array that were read from the stream. More... | |
| class | BufferedBytesFromStreamProducer |
| Produces a BlockingCollection of buffered bytes asynchronously which can be consumed on some other thread. More... | |
| class | BufferedBytesResizer |
| Produces a BlockingCollection of buffered bytes asynchronously which can be consumed on some other thread. More... | |
| class | BufferedBytesToStringProducer |
| Converts buffered bytes to strings. More... | |
| class | BufferProducerException |
| Indicates that an exception occurred inside of a buffered producer thread. More... | |
| class | CommitFailedException |
| Exception raised when the commit process fails. More... | |
| class | GZipBufferedBytesProducer |
| Converts buffered bytes to strings. More... | |
| interface | IProducerConsumerBuffer |
| Interface for a class that consumes from a source asynchronously and produces a queue of some other resource to be consumed. More... | |
| class | Parameters |
| Parameters to be used in a Large Data Upload operation. More... | |
| class | ProducerConsumerBuffer |
| Base class that consumes from a source asynchronously and produces a queue of some other resource to be consumed. More... | |
| class | StatusResponse |
| Indicates the status of a data endpoint. More... | |
| class | UploadInProgressException |
| Indicates that a large upload could not take place because an existing large upload session is already in progress. More... | |
| class | Utilities |
| Large Data Upload Utilities. More... | |
Enumerations | |
| enum | HandleUploadInSessionStrategy { RaiseError , AttemptResume , CancelPriorUpload } |
| Behaviour to use if an existing upload is already in progress for an endpoint. More... | |
| struct AnalyzeRe::LargeDataUpload::BufferedBytes |
The structure containing an array of bytes and integer indicating the number of bytes in the array that were read from the stream.
Definition at line 5 of file BufferedBytes.cs.
Behaviour to use if an existing upload is already in progress for an endpoint.
Definition at line 5 of file HandleUploadInSessionStrategy.cs.