ShardFilter

A filter used to limit the shards returned by a GetStream operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of a specific shard used to filter results based on the specified filter type.

Link copied to clipboard

The type of shard filter to use, which determines how the shardId parameter is interpreted.

Functions

Link copied to clipboard
inline fun copy(block: ShardFilter.Builder.() -> Unit = {}): ShardFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String