IndexingParametersExtensions.ParseJsonLines(IndexingParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells the indexer to assume that all blobs contain new-line separated JSON, which it will then parse such that individual JSON entities in each blob will map to a single document in the search index. See https://docs.microsoft.com/azure/search/search-howto-index-json-blobs/ for details.
public static Microsoft.Azure.Search.Models.IndexingParameters ParseJsonLines (this Microsoft.Azure.Search.Models.IndexingParameters parameters);
static member ParseJsonLines : Microsoft.Azure.Search.Models.IndexingParameters -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function ParseJsonLines (parameters As IndexingParameters) As IndexingParameters
Parameters
- parameters
- IndexingParameters
IndexingParameters to configure.
Returns
The IndexingParameters instance.
Remarks
This option only applies to indexers that index Azure Blob Storage.
Applies to
Azure SDK for .NET