IngestionChunkWriter<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes chunks to a destination.
generic <typename T>
public ref class IngestionChunkWriter abstract : IDisposable
public abstract class IngestionChunkWriter<T> : IDisposable
type IngestionChunkWriter<'T> = class
interface IDisposable
Public MustInherit Class IngestionChunkWriter(Of T)
Implements IDisposable
Type Parameters
- T
The type of the chunk content.
- Inheritance
-
IngestionChunkWriter<T>
- Derived
- Implements
Constructors
| IngestionChunkWriter<T>() |
Methods
| Dispose() |
Disposes the writer and releases all associated resources. |
| Dispose(Boolean) |
Disposes the writer. |
| WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) |
Writes chunks asynchronously. |