public class RemoteBlob
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteBlob.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket()
Get the bucket that this blob resides in.
|
long |
getLastModified()
Get the last modified time of the blob.
|
java.lang.String |
getName()
The name of the remote blob.
|
long |
getSize()
Get the size of the blob if available.
|
RemoteFile |
toFile()
Wrap it as a
RemoteFile for standard FileFilter operations. |
public java.lang.String getName()
public long getLastModified()
public RemoteFile toFile()
RemoteFile for standard FileFilter operations.public long getSize()
public java.lang.String getBucket()