-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
851 changed files
with
62,019 additions
and
22,195 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,104 @@ | ||
// Licensed to Elasticsearch B.V under one or more agreements. | ||
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. | ||
// See the LICENSE file in the project root for more information. | ||
|
||
// Contains internal parameterless constructors used by the deserializer. | ||
|
||
namespace Elastic.Clients.Elasticsearch.Eql | ||
{ | ||
public partial class EqlSearchRequest | ||
{ | ||
internal EqlSearchRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.IndexManagement | ||
{ | ||
public partial class PutMappingRequest | ||
{ | ||
internal PutMappingRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.IndexManagement | ||
{ | ||
public partial class PutTemplateRequest | ||
{ | ||
internal PutTemplateRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.Inference | ||
{ | ||
public partial class InferenceRequest | ||
{ | ||
internal InferenceRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.QueryRules | ||
{ | ||
public partial class PutRuleRequest | ||
{ | ||
internal PutRuleRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.QueryRules | ||
{ | ||
public partial class PutRulesetRequest | ||
{ | ||
internal PutRulesetRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch | ||
{ | ||
public partial class SearchMvtRequest | ||
{ | ||
internal SearchMvtRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.Snapshot | ||
{ | ||
public partial class CreateSnapshotRequest | ||
{ | ||
internal CreateSnapshotRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch.Synonyms | ||
{ | ||
public partial class PutSynonymRequest | ||
{ | ||
internal PutSynonymRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch | ||
{ | ||
public partial class TermVectorsRequest<TDocument> | ||
{ | ||
internal TermVectorsRequest() | ||
{ } | ||
} | ||
} | ||
|
||
namespace Elastic.Clients.Elasticsearch | ||
{ | ||
public sealed partial class UpdateRequest<TDocument, TPartialDocument> | ||
{ | ||
internal UpdateRequest() | ||
{ } | ||
} | ||
} |
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
Oops, something went wrong.