FilterRule

Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

Types

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

Properties

Link copied to clipboard

The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

Link copied to clipboard

A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

Functions

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