FileOperationFilter

case class FileOperationFilter(scheme: Opt[String], pattern: FileOperationPattern)

A filter to describe in which file operation requests or notifications the server is interested in receiving.

Value parameters:
pattern

The actual file operation pattern.

scheme

A Uri scheme like file or untitled.

Since:

3.16.0

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product