azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

198 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobCopyInfo"
fullName: "com.azure.storage.blob.models.BlobCopyInfo"
name: "BlobCopyInfo"
nameWithType: "BlobCopyInfo"
summary: "The status of a long running Azure Blob copy operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **BlobCopyInfo**"
constructors:
- uid: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(java.lang.String,java.lang.String,com.azure.storage.blob.models.CopyStatusType,java.lang.String,java.time.OffsetDateTime,java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error)"
name: "BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error)"
nameWithType: "BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error)"
summary: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
parameters:
- description: "The url of the source blob. The contents are being copied from this blob."
name: "copySource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The identifier of the copy operation."
name: "copyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The status of the copy operation."
name: "copyStatus"
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- description: "If the copy is completed, contains the ETag of the destination blob. If the copy is not complete,\n contains the ETag of the empty blob created."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The date/time that the copy operation to the destination blob completed."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "An error message for the copy operation. <code>null</code> if there are no errors."
name: "error"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error)"
desc: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
- uid: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(java.lang.String,java.lang.String,com.azure.storage.blob.models.CopyStatusType,java.lang.String,java.time.OffsetDateTime,java.lang.String,java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId)"
name: "BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId)"
nameWithType: "BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId)"
summary: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
parameters:
- description: "The url of the source blob. The contents are being copied from this blob."
name: "copySource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The identifier of the copy operation."
name: "copyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The status of the copy operation."
name: "copyStatus"
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- description: "If the copy is completed, contains the ETag of the destination blob. If the copy is not complete,\n contains the ETag of the empty blob created."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The date/time that the copy operation to the destination blob completed."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "An error message for the copy operation. <code>null</code> if there are no errors."
name: "error"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version identifier of the destination blob."
name: "versionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId)"
desc: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
- uid: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(java.lang.String,java.lang.String,com.azure.storage.blob.models.CopyStatusType,java.lang.String,java.time.OffsetDateTime,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId, String encryptionScope)"
name: "BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId, String encryptionScope)"
nameWithType: "BlobCopyInfo.BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId, String encryptionScope)"
summary: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
parameters:
- description: "The url of the source blob. The contents are being copied from this blob."
name: "copySource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The identifier of the copy operation."
name: "copyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The status of the copy operation."
name: "copyStatus"
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- description: "If the copy is completed, contains the ETag of the destination blob. If the copy is not complete,\n contains the ETag of the empty blob created."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The date/time that the copy operation to the destination blob completed."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "An error message for the copy operation. <code>null</code> if there are no errors."
name: "error"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version identifier of the destination blob."
name: "versionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The encryptionScope that will be applied to the destination blob."
name: "encryptionScope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobCopyInfo(String copySource, String copyId, CopyStatusType copyStatus, String eTag, OffsetDateTime lastModified, String error, String versionId, String encryptionScope)"
desc: "Creates an instance of <xref uid=\"com.azure.storage.blob.models.BlobCopyInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobCopyInfo\"></xref>."
methods:
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getCopyId()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getCopyId()"
name: "getCopyId()"
nameWithType: "BlobCopyInfo.getCopyId()"
summary: "Gets the identifier for the copy operation."
syntax: "public String getCopyId()"
desc: "Gets the identifier for the copy operation."
returns:
description: "The identifier for the copy operation."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getCopySourceUrl()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getCopySourceUrl()"
name: "getCopySourceUrl()"
nameWithType: "BlobCopyInfo.getCopySourceUrl()"
summary: "Gets the url of the source blob."
syntax: "public String getCopySourceUrl()"
desc: "Gets the url of the source blob."
returns:
description: "The url of the source blob."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getCopyStatus()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getCopyStatus()"
name: "getCopyStatus()"
nameWithType: "BlobCopyInfo.getCopyStatus()"
summary: "Gets the status of the copy operation."
syntax: "public CopyStatusType getCopyStatus()"
desc: "Gets the status of the copy operation."
returns:
description: "The status of the copy operation."
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getETag()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getETag()"
name: "getETag()"
nameWithType: "BlobCopyInfo.getETag()"
summary: "If the copy is complete, contains the ETag of the destination blob."
syntax: "public String getETag()"
desc: "If the copy is complete, contains the ETag of the destination blob. If the copy isn't complete, contains the ETag of the empty blob created at the start of the copy. The ETag value will be in quotes."
returns:
description: "The ETag for the copy."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getEncryptionScope()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getEncryptionScope()"
name: "getEncryptionScope()"
nameWithType: "BlobCopyInfo.getEncryptionScope()"
summary: "Gets the encryption scope of the destination blob."
syntax: "public String getEncryptionScope()"
desc: "Gets the encryption scope of the destination blob."
returns:
description: "The encryption scope of the destination blob."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getError()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getError()"
name: "getError()"
nameWithType: "BlobCopyInfo.getError()"
summary: "Gets an error description associated with the copy operation."
syntax: "public String getError()"
desc: "Gets an error description associated with the copy operation."
returns:
description: "An error description associated with the copy, or <code>null</code> if there is no error associated with this\n copy operation."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getLastModified()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getLastModified()"
name: "getLastModified()"
nameWithType: "BlobCopyInfo.getLastModified()"
summary: "Gets the date/time that the copy operation to the destination blob completed."
syntax: "public OffsetDateTime getLastModified()"
desc: "Gets the date/time that the copy operation to the destination blob completed."
returns:
description: "The date/time that the copy operation to the destination blob completed."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobCopyInfo.getVersionId()"
fullName: "com.azure.storage.blob.models.BlobCopyInfo.getVersionId()"
name: "getVersionId()"
nameWithType: "BlobCopyInfo.getVersionId()"
summary: "Gets the version identifier of the destination blob completed."
syntax: "public String getVersionId()"
desc: "Gets the version identifier of the destination blob completed."
returns:
description: "The version identifier of the destination blob completed."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The status of a long running Azure Blob copy operation."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1