Compartir a través de


CloudTask.CopyNodeFileContentToStream Método

Definición

Copia el contenido de un archivo en el directorio de la tarea desde el nodo al especificado Stream.

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

Parámetros

filePath
String

Ruta de acceso del archivo que se va a recuperar.

stream
Stream

Secuencia en la que se va a copiar el contenido del archivo.

byteRange
GetFileRequestByteRange

Intervalo de bytes que define la sección del archivo que se va a copiar. Si se omite, se descarga 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