Returns the xattr key that will be accessible from the sync function. This is controlled at a database level.
()
| 338 | |
| 339 | // Returns the xattr key that will be accessible from the sync function. This is controlled at a database level. |
| 340 | func (c *DatabaseCollection) UserXattrKey() string { |
| 341 | return c.dbCtx.Options.UserXattrKey |
| 342 | } |
| 343 | |
| 344 | // UseXattrs specifies whether the collection stores metadata in xattars or inline. This is controlled at a database level. |
| 345 | func (c *DatabaseCollection) UseXattrs() bool { |
no outgoing calls
no test coverage detected