Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IngestionChunkWriter<T> Class
Definition
- Namespace:
- Microsoft.Extensions.DataIngestion
- Assembly:
- Microsoft.Extensions.DataIngestion.Abstractions.dll
- Package:
- Microsoft.Extensions.DataIngestion.Abstractions v10.7.0-preview.1.26309.5
- Source:
- IngestionChunkWriter.cs
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
| Name | Description |
|---|---|
| IngestionChunkWriter<T>() | |
Methods
| Name | Description |
|---|---|
| Dispose() |
Disposes the writer and releases all associated resources. |
| Dispose(Boolean) |
Disposes the writer. |
| WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) |
Writes chunks asynchronously. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
