CollectionQueryIndexManagerInterface
Table of Contents
-
buildDeferredIndexes()
: mixed
-
createIndex()
: mixed
-
createPrimaryIndex()
: mixed
-
dropIndex()
: mixed
-
dropPrimaryIndex()
: mixed
-
getAllIndexes()
: array<string|int, mixed>
-
watchIndexes()
: mixed
buildDeferredIndexes()
public
buildDeferredIndexes([BuildQueryIndexesOptions|null $options = null ]) : mixed
Parameters
-
$options
: BuildQueryIndexesOptions|null
= null
-
Return values
mixed
—
createIndex()
public
createIndex(string $indexName, array<string|int, mixed> $fields[, CreateQueryIndexOptions|null $options = null ]) : mixed
Parameters
-
$indexName
: string
-
-
$fields
: array<string|int, mixed>
-
-
$options
: CreateQueryIndexOptions|null
= null
-
Return values
mixed
—
createPrimaryIndex()
public
createPrimaryIndex([CreateQueryPrimaryIndexOptions|null $options = null ]) : mixed
Parameters
-
$options
: CreateQueryPrimaryIndexOptions|null
= null
-
Return values
mixed
—
dropIndex()
public
dropIndex(string $indexName[, DropQueryIndexOptions|null $options = null ]) : mixed
Parameters
-
$indexName
: string
-
-
$options
: DropQueryIndexOptions|null
= null
-
Return values
mixed
—
dropPrimaryIndex()
public
dropPrimaryIndex([DropQueryPrimaryIndexOptions|null $options = null ]) : mixed
Parameters
-
$options
: DropQueryPrimaryIndexOptions|null
= null
-
Return values
mixed
—
getAllIndexes()
public
getAllIndexes([GetAllQueryIndexesOptions|null $options = null ]) : array<string|int, mixed>
Parameters
-
$options
: GetAllQueryIndexesOptions|null
= null
-
Return values
array<string|int, mixed>
—
watchIndexes()
public
watchIndexes(array<string|int, mixed> $indexNames, int $timeoutMilliseconds[, WatchQueryIndexesOptions|null $options = null ]) : mixed
Parameters
-
$indexNames
: array<string|int, mixed>
-
-
$timeoutMilliseconds
: int
-
-
$options
: WatchQueryIndexesOptions|null
= null
-
Return values
mixed
—