forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Azure Search] Update indexer and ServiceStats limits (Azure#7031)
* Add new records * Update Indexer and ServiceStats Limits * Bumping version to 10.0.0
- Loading branch information
1 parent
7422e2d
commit afd697a
Showing
10 changed files
with
403 additions
and
292 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
eng/mgmt/mgmtmetadata/search_data-plane_Microsoft.Azure.Search.Service.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Installing AutoRest version: latest | ||
AutoRest installed successfully. | ||
Commencing code generation | ||
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/data-plane/Microsoft.Azure.Search.Service/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\repos\azure-sdk-for-net\sdk | ||
2019-07-25 22:29:05 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: a28a3fca492d332b0e515f0017551cb692772b29 | ||
AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
sdk/search/Microsoft.Azure.Search.Service/src/Generated/Models/IndexerLimits.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
// <auto-generated> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
namespace Microsoft.Azure.Search.Models | ||
{ | ||
using Newtonsoft.Json; | ||
using System.Linq; | ||
|
||
public partial class IndexerLimits | ||
{ | ||
/// <summary> | ||
/// Initializes a new instance of the IndexerLimits class. | ||
/// </summary> | ||
public IndexerLimits() | ||
{ | ||
CustomInit(); | ||
} | ||
|
||
/// <summary> | ||
/// Initializes a new instance of the IndexerLimits class. | ||
/// </summary> | ||
/// <param name="maxRunTime">The maximum duration that the indexer is | ||
/// permitted to run for one execution.</param> | ||
/// <param name="maxDocumentExtractionSize">The maximum size of a | ||
/// document, in bytes, which will be considered valid for | ||
/// indexing.</param> | ||
/// <param name="maxDocumentContentCharactersToExtract">The maximum | ||
/// number of characters that will be extracted from a document picked | ||
/// up for indexing.</param> | ||
public IndexerLimits(System.TimeSpan? maxRunTime = default(System.TimeSpan?), double? maxDocumentExtractionSize = default(double?), double? maxDocumentContentCharactersToExtract = default(double?)) | ||
{ | ||
MaxRunTime = maxRunTime; | ||
MaxDocumentExtractionSize = maxDocumentExtractionSize; | ||
MaxDocumentContentCharactersToExtract = maxDocumentContentCharactersToExtract; | ||
CustomInit(); | ||
} | ||
|
||
/// <summary> | ||
/// An initialization method that performs custom operations like setting defaults | ||
/// </summary> | ||
partial void CustomInit(); | ||
|
||
/// <summary> | ||
/// Gets the maximum duration that the indexer is permitted to run for | ||
/// one execution. | ||
/// </summary> | ||
[JsonProperty(PropertyName = "maxRunTime")] | ||
public System.TimeSpan? MaxRunTime { get; private set; } | ||
|
||
/// <summary> | ||
/// Gets the maximum size of a document, in bytes, which will be | ||
/// considered valid for indexing. | ||
/// </summary> | ||
[JsonProperty(PropertyName = "maxDocumentExtractionSize")] | ||
public double? MaxDocumentExtractionSize { get; private set; } | ||
|
||
/// <summary> | ||
/// Gets the maximum number of characters that will be extracted from a | ||
/// document picked up for indexing. | ||
/// </summary> | ||
[JsonProperty(PropertyName = "maxDocumentContentCharactersToExtract")] | ||
public double? MaxDocumentContentCharactersToExtract { get; private set; } | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,10 @@ public static IEnumerable<Tuple<string, string, string>> ApiInfo_SearchServiceCl | |
// BEGIN: Code Generation Metadata Section | ||
public static readonly String AutoRestVersion = "latest"; | ||
public static readonly String AutoRestBootStrapperVersion = "[email protected]"; | ||
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/data-plane/Microsoft.Azure.Search.Service/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\\github\\azure-sdk-for-net\\src\\SDKs"; | ||
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/data-plane/Microsoft.Azure.Search.Service/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\repos\\azure-sdk-for-net\\sdk"; | ||
public static readonly String GithubForkName = "Azure"; | ||
public static readonly String GithubBranchName = "master"; | ||
public static readonly String GithubCommidId = "fd4cebfb65fed63d5136e872ab8431dd324d8c40"; | ||
public static readonly String GithubCommidId = "a28a3fca492d332b0e515f0017551cb692772b29"; | ||
public static readonly String CodeGenerationErrors = ""; | ||
public static readonly String GithubRepoName = "azure-rest-api-specs"; | ||
// END: Code Generation Metadata Section | ||
|
Oops, something went wrong.