DatastoreFilter

The filters applied to data store query.

Types

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

Properties

Link copied to clipboard

A filter that allows the user to set cutoff dates for records. All data stores created after the specified date will be included in the results.

Link copied to clipboard

A filter that allows the user to set cutoff dates for records. All data stores created before the specified date will be included in the results.

Link copied to clipboard

Allows the user to filter data store results by name.

Link copied to clipboard

Allows the user to filter data store results by status.

Functions

Link copied to clipboard
inline fun copy(block: DatastoreFilter.Builder.() -> Unit = {}): DatastoreFilter
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