A map of map of advanced settings that are not covered by the native methods of the object
but still need to be set when configuring a bucket.
To get a full raw representation of an existing bucket's configuration, see raw()
instead.
Returns:
the map of custom advanced settings to use when configuring the bucket.
A raw representation of the bucket settings when acquired from the server. This can be used
to get any missing information about the bucket that isn't covered by native methods.
To configure a bucket and add settings that are not covered by native methods either, you
should instead see customSettings().
Returns:
the raw representation of the whole bucket settings, as returned by the server, or
an empty JsonObject if not applicable.