MemoryPermissions constructor
const
MemoryPermissions({})
Implementation
const MemoryPermissions({
this.create = true,
this.drop = true,
this.inspect = true,
this.query = true,
this.upsert = true,
this.ingest = true,
this.recall = true,
this.optimize = true,
});