ExRiak v0.3.1 ExRiak.Metadata View Source
Module to work with Metadata from ExRiak.Object
.
Link to this section Summary
Functions
Clears all metadata entries
Deletes a specific metadata entry
Returns the content type from metadata
Get all metadata entries
Get specific metadata entry
Sets a metadata entry
Link to this section Types
Link to this section Functions
Clears all metadata entries.
Deletes a specific metadata entry.
Link to this function
get_content_type(metadata)
View Source
get_content_type(t()) :: content_type() | :undefined
Returns the content type from metadata
Get all metadata entries.
Get specific metadata entry.
If metadata_key
is present in the user metadata with then the associated
value is returned. Otherwise default
is returned (which is nil
unless
specified otherwise).
Sets a metadata entry.