QueryIndexManagementRequestConverter
Table of Contents
-
getBuildDeferredIndexesRequest()
: BuildDeferredIndexesRequest
-
getCreateIndexRequest()
: CreateIndexRequest
-
getCreatePrimaryIndexRequest()
: CreatePrimaryIndexRequest
-
getDropIndexRequest()
: DropIndexRequest
-
getDropPrimaryIndexRequest()
: DropPrimaryIndexRequest
-
getGetAllIndexesRequest()
: GetAllIndexesRequest
getBuildDeferredIndexesRequest()
public
static getBuildDeferredIndexesRequest(string $bucketName[, string|null $scopeName = null ][, string|null $collectionName = null ]) : BuildDeferredIndexesRequest
Parameters
-
$bucketName
: string
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
BuildDeferredIndexesRequest
—
getCreateIndexRequest()
public
static getCreateIndexRequest(string $bucketName, string $indexName, array<string|int, mixed> $fields, array<string|int, mixed> $exportedOptions[, string|null $scopeName = null ][, string|null $collectionName = null ]) : CreateIndexRequest
Parameters
-
$bucketName
: string
-
-
$indexName
: string
-
-
$fields
: array<string|int, mixed>
-
-
$exportedOptions
: array<string|int, mixed>
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
CreateIndexRequest
—
getCreatePrimaryIndexRequest()
public
static getCreatePrimaryIndexRequest(string $bucketName, array<string|int, mixed> $exportedOptions[, string|null $scopeName = null ][, string|null $collectionName = null ]) : CreatePrimaryIndexRequest
Parameters
-
$bucketName
: string
-
-
$exportedOptions
: array<string|int, mixed>
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
CreatePrimaryIndexRequest
—
getDropIndexRequest()
public
static getDropIndexRequest(string $bucketName, string $indexName, array<string|int, mixed> $exportedOptions[, string|null $scopeName = null ][, string|null $collectionName = null ]) : DropIndexRequest
Parameters
-
$bucketName
: string
-
-
$indexName
: string
-
-
$exportedOptions
: array<string|int, mixed>
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
DropIndexRequest
—
getDropPrimaryIndexRequest()
public
static getDropPrimaryIndexRequest(string $bucketName, array<string|int, mixed> $exportedOptions[, string|null $scopeName = null ][, string|null $collectionName = null ]) : DropPrimaryIndexRequest
Parameters
-
$bucketName
: string
-
-
$exportedOptions
: array<string|int, mixed>
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
DropPrimaryIndexRequest
—
getGetAllIndexesRequest()
public
static getGetAllIndexesRequest(string $bucketName[, string|null $scopeName = null ][, string|null $collectionName = null ]) : GetAllIndexesRequest
Parameters
-
$bucketName
: string
-
-
$scopeName
: string|null
= null
-
-
$collectionName
: string|null
= null
-
Return values
GetAllIndexesRequest
—