CloudBlockBlob.StartCopy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StartCopy(CloudBlockBlob, Nullable<StandardBlobTier>, Nullable<RehydratePriority>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) |
別のブロック BLOB の内容、プロパティ、およびメタデータのこのブロック BLOB へのコピーを開始する操作を開始します。 |
StartCopy(CloudBlockBlob, Checksum, Boolean, Nullable<StandardBlobTier>, Nullable<RehydratePriority>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) |
別のブロック BLOB の内容、プロパティ、およびメタデータのこのブロック BLOB へのコピーを開始する操作を開始します。 |
StartCopy(CloudBlockBlob, Nullable<StandardBlobTier>, Nullable<RehydratePriority>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)
別のブロック BLOB の内容、プロパティ、およびメタデータのこのブロック BLOB へのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string StartCopy (Microsoft.Azure.Storage.Blob.CloudBlockBlob source, Microsoft.Azure.Storage.Blob.StandardBlobTier? standardBlockBlobTier = default, Microsoft.Azure.Storage.Blob.RehydratePriority? rehydratePriority = default, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition = default, Microsoft.Azure.Storage.AccessCondition destAccessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
override this.StartCopy : Microsoft.Azure.Storage.Blob.CloudBlockBlob * Nullable<Microsoft.Azure.Storage.Blob.StandardBlobTier> * Nullable<Microsoft.Azure.Storage.Blob.RehydratePriority> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function StartCopy (source As CloudBlockBlob, Optional standardBlockBlobTier As Nullable(Of StandardBlobTier) = Nothing, Optional rehydratePriority As Nullable(Of RehydratePriority) = Nothing, Optional sourceAccessCondition As AccessCondition = Nothing, Optional destAccessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As String
パラメーター
- source
- CloudBlockBlob
CloudBlockBlob オブジェクト。
- standardBlockBlobTier
- Nullable<StandardBlobTier>
StandardBlobTier設定する層を表す 。
- rehydratePriority
- Nullable<RehydratePriority>
アーカイブされた BLOB のリハイドレートに使用する優先度。
- sourceAccessCondition
- AccessCondition
AccessConditionソース BLOB のアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionターゲット BLOB のアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは BLOB の ETag、最終更新時刻、一部のコピー状態をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
StartCopy(CloudBlockBlob, Checksum, Boolean, Nullable<StandardBlobTier>, Nullable<RehydratePriority>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)
別のブロック BLOB の内容、プロパティ、およびメタデータのこのブロック BLOB へのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public string StartCopy (Microsoft.Azure.Storage.Blob.CloudBlockBlob source, Microsoft.Azure.Storage.Shared.Protocol.Checksum contentChecksum, bool syncCopy, Microsoft.Azure.Storage.Blob.StandardBlobTier? standardBlockBlobTier, Microsoft.Azure.Storage.Blob.RehydratePriority? rehydratePriority, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition = default, Microsoft.Azure.Storage.AccessCondition destAccessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
override this.StartCopy : Microsoft.Azure.Storage.Blob.CloudBlockBlob * Microsoft.Azure.Storage.Shared.Protocol.Checksum * bool * Nullable<Microsoft.Azure.Storage.Blob.StandardBlobTier> * Nullable<Microsoft.Azure.Storage.Blob.RehydratePriority> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Function StartCopy (source As CloudBlockBlob, contentChecksum As Checksum, syncCopy As Boolean, standardBlockBlobTier As Nullable(Of StandardBlobTier), rehydratePriority As Nullable(Of RehydratePriority), Optional sourceAccessCondition As AccessCondition = Nothing, Optional destAccessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As String
パラメーター
- source
- CloudBlockBlob
CloudBlockBlob オブジェクト。
- contentChecksum
- Checksum
トランザクションの整合性を確保するために使用されるハッシュ値。 または Checksum.None を指定できますnull
- syncCopy
- Boolean
BLOB の同期サーバー コピーを有効にするブール値。
- standardBlockBlobTier
- Nullable<StandardBlobTier>
StandardBlobTier設定する層を表す 。
- rehydratePriority
- Nullable<RehydratePriority>
アーカイブされた BLOB のリハイドレートに使用する優先度。
- sourceAccessCondition
- AccessCondition
AccessConditionソース BLOB のアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionターゲット BLOB のアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは BLOB の ETag、最終更新時刻、一部のコピー状態をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
Azure SDK for .NET