IngestionChunkWriter<T> Clase

Definición

Escribe fragmentos en un destino.

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

Parámetros de tipo

T

Tipo del contenido del fragmento.

Herencia
IngestionChunkWriter<T>
Derivado
Implementaciones

Constructores

Nombre Description
IngestionChunkWriter<T>()

Escribe fragmentos en un destino.

Métodos

Nombre Description
Dispose()

Elimina el escritor y libera todos los recursos asociados.

Dispose(Boolean)

Elimina el escritor.

WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken)

Escribe fragmentos de forma asincrónica.

Se aplica a