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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.