你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeFile.CopyToStream 方法

定义

阻止调用,以将文件的内容复制到给定的 Stream 中。

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)

参数

stream
Stream

将文件内容复制到其中的流。

byteRange
GetFileRequestByteRange

要检索的文件字节范围。 如果为 null,则检索整个文件。

additionalBehaviors
IEnumerable<BatchClientBehavior>

在当前 对象的 CustomBehaviors 之后应用的 BatchClientBehavior 实例的集合。

适用于