Compartir a través de


NodeFile.CopyToStream Método

Definición

La llamada de bloqueo para copiar el contenido del archivo en la secuencia especificada.

public virtual void CopyToStream (System.IO.Stream stream, Microsoft.Azure.Batch.GetFileRequestByteRange byteRange = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
abstract member CopyToStream : System.IO.Stream * Microsoft.Azure.Batch.GetFileRequestByteRange * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
override this.CopyToStream : System.IO.Stream * Microsoft.Azure.Batch.GetFileRequestByteRange * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Overridable Sub CopyToStream (stream As Stream, Optional byteRange As GetFileRequestByteRange = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parámetros

stream
Stream

Secuencia en la que se copia el contenido del archivo.

byteRange
GetFileRequestByteRange

Intervalo de bytes de archivo que se va a recuperar. Si es null, se recupera todo el archivo.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Colección de instancias de BatchClientBehavior que se aplican después de customBehaviors en el objeto actual.

Se aplica a