Namespace: storage

Methods

exampleObjectMetadata

static

exampleObjectMetadata() returns functions.storage.ObjectMetadata

Fetch an example ObjectMetadata already populated with data.

Returns

non-null functions.storage.ObjectMetadata 

makeObjectMetaData

static

makeObjectMetaData(fields) returns functions.storage.ObjectMetadata

Parameter

fields

Object

Fields of ObjectMetadata to specify. Can be any subset of the fields in functions.storage.ObjectMetadata.

Value must not be null.

Returns

non-null functions.storage.ObjectMetadata