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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET