numIndexPartitions returns the number of partitions for the collection's indexes. This is controlled at a database level.
()
| 348 | |
| 349 | // numIndexPartitions returns the number of partitions for the collection's indexes. This is controlled at a database level. |
| 350 | func (c *DatabaseCollection) numIndexPartitions() uint32 { |
| 351 | return c.dbCtx.numIndexPartitions() |
| 352 | } |
| 353 | |
| 354 | // User will return the user object. |
| 355 | func (c *DatabaseCollectionWithUser) User() auth.User { |
no outgoing calls
no test coverage detected