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