public final class CopyState extends Object
Constructor and Description |
---|
CopyState() |
Modifier and Type | Method and Description |
---|---|
Long |
getBytesCopied()
Gets the number of bytes copied in the operation so far.
|
Date |
getCompletionTime()
Gets the time that the copy operation completed.
|
String |
getCopyId()
Gets the ID of the copy operation.
|
URI |
getSource()
Gets the source URI of the copy operation.
|
CopyStatus |
getStatus()
Gets the status of the copy operation.
|
String |
getStatusDescription()
Gets the status description of the copy operation.
|
Long |
getTotalBytes()
Gets the number of bytes total number of bytes to copy.
|
public String getCopyId()
String
which represents the ID of the copy operation.public Date getCompletionTime()
Date
object which represents the time that the copy operation completed.public CopyStatus getStatus()
CopyStatus
object representing the status of the copy operation.public URI getSource()
URI
object which represents the source URI of the copy operation in a string.public Long getBytesCopied()
long
which represents the number of bytes copied.public Long getTotalBytes()
long
which represents the total number of bytes to copy/public String getStatusDescription()
String
which represents the status description./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/