pub type SchemaOptions = SchemaNameValue;Expand description
Schema options.
Aliased Type§
pub struct SchemaOptions {
pub ttl: Option<DatabaseTimeToLive>,
pub extra_options: BTreeMap<String, String>,
pub create_procedure_id: Option<String>,
}Fields§
§ttl: Option<DatabaseTimeToLive>§extra_options: BTreeMap<String, String>§create_procedure_id: Option<String>Identifies the create-database procedure that wrote this value.