ShardFilter

The request parameter used to filter out the response of the ListShards API.

Types

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

Properties

Link copied to clipboard

The exclusive start shardID speified in the ShardFilter parameter. This property can only be used if the AFTER_SHARD_ID shard type is specified.

Link copied to clipboard

The timestamps specified in the ShardFilter parameter. A timestamp is a Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. This property can only be used if FROM_TIMESTAMP or AT_TIMESTAMP shard types are specified.

Link copied to clipboard

The shard type specified in the ShardFilter parameter. This is a required property of the ShardFilter parameter.

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