class CreateQueryPrimaryIndexOptions (View source)

Methods

indexName(string $name)

No description

ignoreIfExists(bool $shouldIgnore)

No description

numReplicas(int $number)

No description

deferred(bool $isDeferred)

No description

Details

CreateQueryPrimaryIndexOptions indexName(string $name)

No description

Parameters

string $name

Return Value

CreateQueryPrimaryIndexOptions

CreateQueryPrimaryIndexOptions ignoreIfExists(bool $shouldIgnore)

No description

Parameters

bool $shouldIgnore

Return Value

CreateQueryPrimaryIndexOptions

CreateQueryPrimaryIndexOptions numReplicas(int $number)

No description

Parameters

int $number

Return Value

CreateQueryPrimaryIndexOptions

CreateQueryPrimaryIndexOptions deferred(bool $isDeferred)

No description

Parameters

bool $isDeferred

Return Value

CreateQueryPrimaryIndexOptions