Package | com.tuarua.firebase.storage |
Class | public final class StorageMetadata |
Inheritance | StorageMetadata ![]() |
Property | Defined By | ||
---|---|---|---|
bucket : String The name of the bucket containing this object. | StorageMetadata | ||
cacheControl : String Cache-Control directive for the object data. | StorageMetadata | ||
contentDisposition : String Content-Disposition of the object data. | StorageMetadata | ||
contentEncoding : String Content-Encoding of the object data. | StorageMetadata | ||
contentLanguage : String Content-Language of the object data. | StorageMetadata | ||
contentType : String Content-Type of the object data. | StorageMetadata | ||
creationTime : Number The creation time of the object. | StorageMetadata | ||
customMetadata : Object User-provided metadata, in key/value pairs. | StorageMetadata | ||
generation : String The content generation of this object. | StorageMetadata | ||
md5Hash : String MD5 hash of the data; encoded using base64. | StorageMetadata | ||
metadataGeneration : String
The version of the metadata for this object at this generation. | StorageMetadata | ||
name : String The name of this object, in gs://bucket/path/to/object.txt, this is object.txt. | StorageMetadata | ||
path : String The full path of this object, in gs://bucket/path/to/object.txt, this is path/to/object.txt. | StorageMetadata | ||
size : Number Content-Length of the data in bytes. | StorageMetadata | ||
updatedTime : Number The modification time of the object metadata. | StorageMetadata |
bucket | property |
public var bucket:String
The name of the bucket containing this object.
cacheControl | property |
public var cacheControl:String
Cache-Control directive for the object data.
contentDisposition | property |
public var contentDisposition:String
Content-Disposition of the object data.
contentEncoding | property |
public var contentEncoding:String
Content-Encoding of the object data.
contentLanguage | property |
public var contentLanguage:String
Content-Language of the object data.
contentType | property |
public var contentType:String
Content-Type of the object data.
creationTime | property |
public var creationTime:Number
The creation time of the object.
customMetadata | property |
public var customMetadata:Object
User-provided metadata, in key/value pairs.
generation | property |
public var generation:String
The content generation of this object. Used for object versioning.
md5Hash | property |
public var md5Hash:String
MD5 hash of the data; encoded using base64.
metadataGeneration | property |
public var metadataGeneration:String
The version of the metadata for this object at this generation. Used for preconditions and for detecting changes in metadata. A metageneration number is only meaningful in the context of a particular generation of a particular object.
name | property |
public var name:String
The name of this object, in gs://bucket/path/to/object.txt, this is object.txt.
path | property |
public var path:String
The full path of this object, in gs://bucket/path/to/object.txt, this is path/to/object.txt.
size | property |
public var size:Number
Content-Length of the data in bytes.
updatedTime | property |
public var updatedTime:Number
The modification time of the object metadata.