CreateQueryIndexOptions
in package
Table of Contents
- condition() : CreateQueryIndexOptions
- deferred() : CreateQueryIndexOptions
- ignoreIfExists() : CreateQueryIndexOptions
- numReplicas() : CreateQueryIndexOptions
Methods
condition()
public
condition(string $condition) : CreateQueryIndexOptions
Parameters
- $condition : string
Return values
CreateQueryIndexOptions —deferred()
public
deferred(bool $isDeferred) : CreateQueryIndexOptions
Parameters
- $isDeferred : bool
Return values
CreateQueryIndexOptions —ignoreIfExists()
public
ignoreIfExists(bool $shouldIgnore) : CreateQueryIndexOptions
Parameters
- $shouldIgnore : bool
Return values
CreateQueryIndexOptions —numReplicas()
public
numReplicas(int $number) : CreateQueryIndexOptions
Parameters
- $number : int