userMetadata

inline fun <T : Any> userMetadata(data: T)(source)

Sets the user metadata to upload with the file

Parameters

data

The data to upload. Must be serializable by the serializer


inline fun userMetadata(builder: JsonObjectBuilder.() -> Unit)(source)

Sets the user metadata to upload with the file

Parameters

builder

The builder for the metadata


var userMetadata: JsonObject?(source)

Parameters

userMetadata

The user metadata to upload with the file