IndexingParameters Constructors
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.
Overloads
IndexingParameters() |
Initializes a new instance of the IndexingParameters class. |
IndexingParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IDictionary<String,Object>) |
Initializes a new instance of the IndexingParameters class. |
IndexingParameters()
- Source:
- IndexingParameters.cs
Initializes a new instance of the IndexingParameters class.
public IndexingParameters ();
Public Sub New ()
Applies to
IndexingParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IDictionary<String,Object>)
- Source:
- IndexingParameters.cs
Initializes a new instance of the IndexingParameters class.
public IndexingParameters (int? batchSize = default, int? maxFailedItems = default, int? maxFailedItemsPerBatch = default, System.Collections.Generic.IDictionary<string,object> configuration = default);
new Microsoft.Azure.Search.Models.IndexingParameters : Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Search.Models.IndexingParameters
Public Sub New (Optional batchSize As Nullable(Of Integer) = Nothing, Optional maxFailedItems As Nullable(Of Integer) = Nothing, Optional maxFailedItemsPerBatch As Nullable(Of Integer) = Nothing, Optional configuration As IDictionary(Of String, Object) = Nothing)
Parameters
- configuration
- IDictionary<String,Object>
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET