CloudPageBlob.BeginWritePages メソッド

定義

オーバーロード

BeginWritePages(Stream, Int64, Checksum, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

BeginWritePages(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

BeginWritePages(Uri, Int64, Int64, Int64, Checksum, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

BeginWritePages(Stream, Int64, Checksum, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginWritePages (System.IO.Stream pageData, long startOffset, Microsoft.Azure.Storage.Shared.Protocol.Checksum contentChecksum, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginWritePages : System.IO.Stream * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginWritePages : System.IO.Stream * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginWritePages (pageData As Stream, startOffset As Long, contentChecksum As Checksum, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

pageData
Stream

Streamページ データを提供する オブジェクト。

startOffset
Int64

書き込みを開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

contentChecksum
Checksum

トランザクションの整合性を確保するために使用されるハッシュ値。 または Checksum.None を指定できますnull

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

属性

注釈

クライアントは、特定の操作のコンテンツ チェックサム ヘッダーを、ネットワーク上のトランザクションの整合性を確保する手段として送信できます。 パラメーターを contentChecksum 使用すると、特定のバイト範囲に対して事前に計算されたチェックサム値に既にアクセスできるクライアントに提供できます。 BlobRequestOptions.UseTransactionalMd5または BlobRequestOptions.UseTransactionalCrc64 プロパティが にtrue設定され、対応するコンテンツ パラメーターが にnull設定されている場合、クライアント ライブラリはチェックサム値を内部的に計算します。

適用対象

BeginWritePages(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginWritePages (System.IO.Stream pageData, long startOffset, Microsoft.Azure.Storage.Shared.Protocol.Checksum contentChecksum, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginWritePages : System.IO.Stream * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginWritePages : System.IO.Stream * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginWritePages (pageData As Stream, startOffset As Long, contentChecksum As Checksum, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

pageData
Stream

Streamページ データを提供する オブジェクト。

startOffset
Int64

書き込みを開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

contentChecksum
Checksum

トランザクションの整合性を確保するために使用されるハッシュ値。 または Checksum.None を指定できますnull

accessCondition
AccessCondition

要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。 null の場合、条件は使用されません。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

属性

注釈

クライアントは、特定の操作のコンテンツ チェックサム ヘッダーを、ネットワーク上のトランザクションの整合性を確保する手段として送信できます。 パラメーターを contentChecksum 使用すると、特定のバイト範囲に対して事前に計算されたチェックサム値に既にアクセスできるクライアントに提供できます。 BlobRequestOptions.UseTransactionalMd5または BlobRequestOptions.UseTransactionalCrc64 プロパティが にtrue設定され、対応するコンテンツ パラメーターが にnull設定されている場合、クライアント ライブラリはチェックサム値を内部的に計算します。

適用対象

BeginWritePages(Uri, Int64, Int64, Int64, Checksum, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

ページ BLOB にページを書き込む非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginWritePages (Uri sourceUri, long offset, long count, long startOffset, Microsoft.Azure.Storage.Shared.Protocol.Checksum sourceContentChecksum, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginWritePages : Uri * int64 * int64 * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginWritePages : Uri * int64 * int64 * int64 * Microsoft.Azure.Storage.Shared.Protocol.Checksum * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginWritePages (sourceUri As Uri, offset As Long, count As Long, startOffset As Long, sourceContentChecksum As Checksum, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

sourceUri
Uri

Uriソース BLOB への絶対 URI を指定する 。

offset
Int64

コンテンツの取得を開始するソース内のバイト オフセット。

count
Int64

返すソースからのバイト数、または null BLOB の末尾からすべてのバイトを返すバイト数。

startOffset
Int64

書き込みを開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

sourceContentChecksum
Checksum
sourceAccessCondition
AccessCondition

AccessConditionソース BLOB のアクセス条件を表す オブジェクト。 null の場合、条件は使用されません。

destAccessCondition
AccessCondition

AccessConditionターゲット BLOB のアクセス条件を表す オブジェクト。 null の場合、条件は使用されません。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

属性

適用対象