SearchIndexerIndexProjectionsParameters Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerIndexProjectionsParameters
- com.
Implements
public final class SearchIndexerIndexProjectionsParameters
implements JsonSerializable<SearchIndexerIndexProjectionsParameters>
A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerIndexProjectionsParameters() |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
Map<String,Object> |
getAdditionalProperties()
Get the additional |
Index |
getProjectionMode()
Get the projection |
Search |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Search |
setProjectionMode(IndexProjectionMode projectionMode)
Set the projection |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerIndexProjectionsParameters
public SearchIndexerIndexProjectionsParameters()
Creates an instance of SearchIndexerIndexProjectionsParameters class.
Method Details
fromJson
public static SearchIndexerIndexProjectionsParameters fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerIndexProjectionsParameters from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map
Get the additionalProperties property: A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Returns:
getProjectionMode
public IndexProjectionMode getProjectionMode()
Get the projectionMode property: Defines behavior of the index projections in relation to the rest of the indexer.
Returns:
setAdditionalProperties
public SearchIndexerIndexProjectionsParameters setAdditionalProperties(Map
Set the additionalProperties property: A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Parameters:
Returns:
setProjectionMode
public SearchIndexerIndexProjectionsParameters setProjectionMode(IndexProjectionMode projectionMode)
Set the projectionMode property: Defines behavior of the index projections in relation to the rest of the indexer.
Parameters:
Returns:
toJson
Applies to
Azure SDK for Java