channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property.
()
| 173 | |
| 174 | // channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property. |
| 175 | func (c *DatabaseCollection) channelQueryLimit() int { |
| 176 | return c.dbCtx.Options.CacheOptions.ChannelQueryLimit |
| 177 | } |
| 178 | |
| 179 | // clusterUUID returns a couchbase server UUID. If running with walrus, return an empty string. |
| 180 | func (c *DatabaseCollection) serverUUID() string { |
no outgoing calls
no test coverage detected