CloudPageBlob.GetPageRangesDiffAsync メソッド

定義

オーバーロード

GetPageRangesDiffAsync(DateTimeOffset)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

GetPageRangesDiffAsync(DateTimeOffset, CancellationToken)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

GetPageRangesDiffAsync(DateTimeOffset)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.PageDiffRange>> GetPageRangesDiffAsync (DateTimeOffset previousSnapshotTime);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetPageRangesDiffAsync : DateTimeOffset -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
override this.GetPageRangesDiffAsync : DateTimeOffset -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
Public Overridable Function GetPageRangesDiffAsync (previousSnapshotTime As DateTimeOffset) As Task(Of IEnumerable(Of PageDiffRange))

パラメーター

previousSnapshotTime
DateTimeOffset

DateTimeOffset diffの開始点として使用するスナップショットタイムスタンプを表す 。 この CloudPageBlob がスナップショットを表す場合、previousSnapshotTime パラメーターは現在のスナップショットタイムスタンプより前である必要があります。

戻り値

Task<TResult>非同期操作を表す型PageRangeの列挙可能なコレクションである オブジェクト。

属性

適用対象

GetPageRangesDiffAsync(DateTimeOffset, CancellationToken)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.PageDiffRange>> GetPageRangesDiffAsync (DateTimeOffset previousSnapshotTime, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetPageRangesDiffAsync : DateTimeOffset * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
override this.GetPageRangesDiffAsync : DateTimeOffset * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
Public Overridable Function GetPageRangesDiffAsync (previousSnapshotTime As DateTimeOffset, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of PageDiffRange))

パラメーター

previousSnapshotTime
DateTimeOffset

DateTimeOffset diffの開始点として使用するスナップショットタイムスタンプを表す 。 この CloudPageBlob がスナップショットを表す場合、previousSnapshotTime パラメーターは現在のスナップショットタイムスタンプより前である必要があります。

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

Task<TResult>非同期操作を表す型PageRangeの列挙可能なコレクションである オブジェクト。

属性

適用対象

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.PageDiffRange>> GetPageRangesDiffAsync (DateTimeOffset previousSnapshotTime, long? offset, long? length, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetPageRangesDiffAsync : DateTimeOffset * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
override this.GetPageRangesDiffAsync : DateTimeOffset * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
Public Overridable Function GetPageRangesDiffAsync (previousSnapshotTime As DateTimeOffset, offset As Nullable(Of Long), length As Nullable(Of Long), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of IEnumerable(Of PageDiffRange))

パラメーター

previousSnapshotTime
DateTimeOffset

DateTimeOffset diffの開始点として使用するスナップショットタイムスタンプを表す 。 この CloudPageBlob がスナップショットを表す場合、previousSnapshotTime パラメーターは現在のスナップショットタイムスタンプより前である必要があります。

offset
Nullable<Int64>

データ範囲の開始オフセットです (バイト単位)。 512 の倍数を指定する必要があります。

length
Nullable<Int64>

データ範囲の長さです (バイト単位)。 512 の倍数を指定する必要があります。

accessCondition
AccessCondition

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

options
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

Task<TResult>非同期操作を表す型PageRangeの列挙可能なコレクションである オブジェクト。

属性

適用対象

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

指定したスナップショットとこのオブジェクトの間で異なるページ範囲のコレクションを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.PageDiffRange>> GetPageRangesDiffAsync (DateTimeOffset previousSnapshotTime, long? offset, long? length, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetPageRangesDiffAsync : DateTimeOffset * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
override this.GetPageRangesDiffAsync : DateTimeOffset * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.PageDiffRange>>
Public Overridable Function GetPageRangesDiffAsync (previousSnapshotTime As DateTimeOffset, offset As Nullable(Of Long), length As Nullable(Of Long), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of PageDiffRange))

パラメーター

previousSnapshotTime
DateTimeOffset

DateTimeOffset diffの開始点として使用するスナップショットタイムスタンプを表す 。 この CloudPageBlob がスナップショットを表す場合、previousSnapshotTime パラメーターは現在のスナップショットタイムスタンプより前である必要があります。

offset
Nullable<Int64>

データ範囲の開始オフセットです (バイト単位)。 512 の倍数を指定する必要があります。

length
Nullable<Int64>

データ範囲の長さです (バイト単位)。 512 の倍数を指定する必要があります。

accessCondition
AccessCondition

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

options
BlobRequestOptions

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

operationContext
OperationContext

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

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

Task<TResult>非同期操作を表す型PageRangeの列挙可能なコレクションである オブジェクト。

属性

適用対象