public class Blob
Binary large object, which might be stored either on remote storage or downloaded into local storage
| Constructor and Description |
|---|
Blob() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals() |
java.lang.String |
getLocalPath() |
java.lang.String |
getRemotePath() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getLocalPath()
BlobStoreStrategy.getBinariesDirectorypublic java.lang.String getRemotePath()
public boolean equals()
public int hashCode()
public java.lang.String toString()