public final class DbxFileStatus
extends java.lang.Object
DbxFile
.Modifier and Type | Class and Description |
---|---|
static class |
DbxFileStatus.PendingOperation
Indicates the pending operation on a file.
|
Modifier and Type | Field and Description |
---|---|
long |
bytesTotal
The size of the file being uploaded or downloaded.
|
long |
bytesTransferred
The amount of a pending upload or download operation that has
been completed, in bytes.
|
DbxException |
failure
Whether the pending operation has failed, and what the failure is.
|
boolean |
isCached
Whether this file revision is available in the local
cache.
|
boolean |
isLatest
Whether this file revision is the latest known revision.
|
DbxFileStatus.PendingOperation |
pending
What operation is pending on this file revision, if any.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean isCached
public boolean isLatest
DbxFile.getNewerStatus()
.public final DbxFileStatus.PendingOperation pending
public final DbxException failure
null
if there's no pending
operation, or the operation is still in progress.public final long bytesTransferred
public final long bytesTotal