Documentation

QueryIndexManagementRequestConverter
in package

Table of Contents

getBuildDeferredIndexesRequest()  : BuildDeferredIndexesRequest
getCreateIndexRequest()  : CreateIndexRequest
getCreatePrimaryIndexRequest()  : CreatePrimaryIndexRequest
getDropIndexRequest()  : DropIndexRequest
getDropPrimaryIndexRequest()  : DropPrimaryIndexRequest
getGetAllIndexesRequest()  : GetAllIndexesRequest

Methods

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

        

Search results