Skip to content

Commit 23aa5ab

Browse files
committed
feat(csharp): add C# support to various transformation operations in YAML configurations
1 parent 21f058e commit 23aa5ab

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

specs/ingestion/helpers/chunkedPush.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ method:
44
tags:
55
- Records
66
x-available-languages:
7-
- javascript
7+
- csharp
88
- go
99
- java
10+
- javascript
1011
- php
1112
- python
1213
operationId: chunkedPush

specs/search/helpers/partialUpdateObjectsWithTransformation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ method:
22
post:
33
x-helper: true
44
x-available-languages:
5+
- csharp
56
- go
67
- java
78
- javascript
89
- php
910
- python
10-
- csharp
1111
tags:
1212
- Records
1313
operationId: partialUpdateObjectsWithTransformation

specs/search/helpers/replaceAllObjectsWithTransformation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ method:
44
tags:
55
- Records
66
x-available-languages:
7-
- javascript
7+
- csharp
88
- go
99
- java
10+
- javascript
1011
- php
1112
- python
12-
- csharp
1313
operationId: replaceAllObjectsWithTransformation
1414
summary: Replace all records in an index
1515
description: |

specs/search/helpers/saveObjectsWithTransformation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
method:
22
get:
33
x-helper: true
4+
tags:
5+
- Records
46
x-available-languages:
7+
- csharp
58
- go
69
- java
710
- javascript
811
- php
912
- python
10-
- csharp
11-
tags:
12-
- Records
1313
operationId: saveObjectsWithTransformation
1414
summary: Save objects to an Algolia index by leveraging the Transformation pipeline setup using the Push connector (https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/connectors/push)
1515
description: |

0 commit comments

Comments
 (0)