@tsonic/efcore-npgsql 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
  3. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
  4. package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
  8. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
  9. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  10. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
  11. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
  12. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
  13. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
  14. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  15. package/Microsoft.EntityFrameworkCore.d.ts +58 -0
  16. package/Microsoft.EntityFrameworkCore.js +9 -0
  17. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  18. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  19. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  20. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  21. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  22. package/Npgsql/bindings.json +26674 -0
  23. package/Npgsql/internal/index.d.ts +1619 -0
  24. package/Npgsql/internal/metadata.json +15514 -0
  25. package/Npgsql.BackendMessages/bindings.json +95 -0
  26. package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
  27. package/Npgsql.BackendMessages/internal/metadata.json +72 -0
  28. package/Npgsql.BackendMessages.d.ts +12 -0
  29. package/Npgsql.BackendMessages.js +9 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
  75. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
  76. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
  77. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
  78. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
  79. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
  80. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
  81. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
  82. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
  83. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
  84. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
  85. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
  86. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
  87. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
  88. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
  89. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
  90. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
  91. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
  92. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
  93. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
  94. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
  95. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
  96. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
  97. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
  137. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
  138. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
  139. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
  140. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
  141. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
  142. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
  143. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
  144. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
  145. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
  146. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
  147. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
  148. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
  149. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
  150. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
  151. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
  152. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
  153. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
  154. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
  155. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
  156. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
  157. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
  158. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
  159. package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
  160. package/Npgsql.Internal/bindings.json +6965 -0
  161. package/Npgsql.Internal/internal/index.d.ts +591 -0
  162. package/Npgsql.Internal/internal/metadata.json +4555 -0
  163. package/Npgsql.Internal.Postgres/bindings.json +973 -0
  164. package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
  165. package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
  166. package/Npgsql.Internal.Postgres.d.ts +15 -0
  167. package/Npgsql.Internal.Postgres.js +9 -0
  168. package/Npgsql.Internal.d.ts +78 -0
  169. package/Npgsql.Internal.js +9 -0
  170. package/Npgsql.NameTranslation/bindings.json +266 -0
  171. package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
  172. package/Npgsql.NameTranslation/internal/metadata.json +173 -0
  173. package/Npgsql.NameTranslation.d.ts +15 -0
  174. package/Npgsql.NameTranslation.js +9 -0
  175. package/Npgsql.PostgresTypes/bindings.json +1375 -0
  176. package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
  177. package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
  178. package/Npgsql.PostgresTypes.d.ts +22 -0
  179. package/Npgsql.PostgresTypes.js +9 -0
  180. package/Npgsql.Replication/bindings.json +1909 -0
  181. package/Npgsql.Replication/internal/index.d.ts +192 -0
  182. package/Npgsql.Replication/internal/metadata.json +972 -0
  183. package/Npgsql.Replication.Internal/bindings.json +165 -0
  184. package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
  185. package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
  186. package/Npgsql.Replication.Internal.d.ts +21 -0
  187. package/Npgsql.Replication.Internal.js +9 -0
  188. package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
  189. package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
  190. package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
  191. package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
  192. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
  193. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
  194. package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
  195. package/Npgsql.Replication.PgOutput.Messages.js +9 -0
  196. package/Npgsql.Replication.PgOutput.d.ts +26 -0
  197. package/Npgsql.Replication.PgOutput.js +9 -0
  198. package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
  199. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
  200. package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
  201. package/Npgsql.Replication.TestDecoding.d.ts +17 -0
  202. package/Npgsql.Replication.TestDecoding.js +9 -0
  203. package/Npgsql.Replication.d.ts +36 -0
  204. package/Npgsql.Replication.js +9 -0
  205. package/Npgsql.Schema/bindings.json +714 -0
  206. package/Npgsql.Schema/internal/index.d.ts +54 -0
  207. package/Npgsql.Schema/internal/metadata.json +451 -0
  208. package/Npgsql.Schema.d.ts +15 -0
  209. package/Npgsql.Schema.js +9 -0
  210. package/Npgsql.TypeMapping/bindings.json +350 -0
  211. package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
  212. package/Npgsql.TypeMapping/internal/metadata.json +248 -0
  213. package/Npgsql.TypeMapping.d.ts +16 -0
  214. package/Npgsql.TypeMapping.js +9 -0
  215. package/Npgsql.Util/bindings.json +17 -0
  216. package/Npgsql.Util/internal/index.d.ts +22 -0
  217. package/Npgsql.Util/internal/metadata.json +24 -0
  218. package/Npgsql.Util.d.ts +12 -0
  219. package/Npgsql.Util.js +9 -0
  220. package/Npgsql.d.ts +99 -0
  221. package/Npgsql.js +9 -0
  222. package/NpgsqlTypes/bindings.json +8946 -0
  223. package/NpgsqlTypes/internal/index.d.ts +654 -0
  224. package/NpgsqlTypes/internal/metadata.json +5014 -0
  225. package/NpgsqlTypes.d.ts +47 -0
  226. package/NpgsqlTypes.js +9 -0
  227. package/README.md +5 -0
  228. package/__build/ref/Program.cs +5 -0
  229. package/__build/ref/ref.csproj +13 -0
  230. package/__build/scripts/generate.sh +113 -0
  231. package/__internal/extensions/index.d.ts +163 -0
  232. package/families.json +23 -0
  233. package/package.json +28 -0
  234. package/tsconfig.json +20 -0
@@ -0,0 +1,644 @@
1
+ {
2
+ "namespace": "Npgsql.Replication.PgOutput",
3
+ "contributingAssemblies": [
4
+ "Npgsql"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
9
+ "clrName": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
10
+ "tsEmitName": "PgOutputProtocolVersion",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::value__System.UInt64",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.UInt64|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V1Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
31
+ "clrName": "V1",
32
+ "tsEmitName": "V1",
33
+ "normalizedSignature": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V2Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
40
+ "clrName": "V2",
41
+ "tsEmitName": "V2",
42
+ "normalizedSignature": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V3Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
49
+ "clrName": "V3",
50
+ "tsEmitName": "V3",
51
+ "normalizedSignature": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ },
56
+ {
57
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V4Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
58
+ "clrName": "V4",
59
+ "tsEmitName": "V4",
60
+ "normalizedSignature": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
61
+ "isStatic": true,
62
+ "isReadOnly": false,
63
+ "isLiteral": true
64
+ }
65
+ ],
66
+ "events": [],
67
+ "constructors": []
68
+ },
69
+ {
70
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode",
71
+ "clrName": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
72
+ "tsEmitName": "PgOutputStreamingMode",
73
+ "kind": "Enum",
74
+ "accessibility": "Public",
75
+ "isAbstract": false,
76
+ "isSealed": true,
77
+ "isStatic": false,
78
+ "arity": 0,
79
+ "methods": [],
80
+ "properties": [],
81
+ "fields": [
82
+ {
83
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::value__System.Int32",
84
+ "clrName": "value__",
85
+ "tsEmitName": "value__",
86
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
87
+ "isStatic": false,
88
+ "isReadOnly": false,
89
+ "isLiteral": false
90
+ },
91
+ {
92
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OffNpgsql.Replication.PgOutput.PgOutputStreamingMode",
93
+ "clrName": "Off",
94
+ "tsEmitName": "off",
95
+ "normalizedSignature": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "isLiteral": true
99
+ },
100
+ {
101
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OnNpgsql.Replication.PgOutput.PgOutputStreamingMode",
102
+ "clrName": "On",
103
+ "tsEmitName": "on",
104
+ "normalizedSignature": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
105
+ "isStatic": true,
106
+ "isReadOnly": false,
107
+ "isLiteral": true
108
+ },
109
+ {
110
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::ParallelNpgsql.Replication.PgOutput.PgOutputStreamingMode",
111
+ "clrName": "Parallel",
112
+ "tsEmitName": "parallel",
113
+ "normalizedSignature": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
114
+ "isStatic": true,
115
+ "isReadOnly": false,
116
+ "isLiteral": true
117
+ }
118
+ ],
119
+ "events": [],
120
+ "constructors": []
121
+ },
122
+ {
123
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind",
124
+ "clrName": "Npgsql.Replication.PgOutput.TupleDataKind",
125
+ "tsEmitName": "TupleDataKind",
126
+ "kind": "Enum",
127
+ "accessibility": "Public",
128
+ "isAbstract": false,
129
+ "isSealed": true,
130
+ "isStatic": false,
131
+ "arity": 0,
132
+ "methods": [],
133
+ "properties": [],
134
+ "fields": [
135
+ {
136
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::value__System.Byte",
137
+ "clrName": "value__",
138
+ "tsEmitName": "value__",
139
+ "normalizedSignature": "value__|System.Byte|static=false|const=false",
140
+ "isStatic": false,
141
+ "isReadOnly": false,
142
+ "isLiteral": false
143
+ },
144
+ {
145
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::NullNpgsql.Replication.PgOutput.TupleDataKind",
146
+ "clrName": "Null",
147
+ "tsEmitName": "null_",
148
+ "normalizedSignature": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
149
+ "isStatic": true,
150
+ "isReadOnly": false,
151
+ "isLiteral": true
152
+ },
153
+ {
154
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::UnchangedToastedValueNpgsql.Replication.PgOutput.TupleDataKind",
155
+ "clrName": "UnchangedToastedValue",
156
+ "tsEmitName": "unchangedToastedValue",
157
+ "normalizedSignature": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
158
+ "isStatic": true,
159
+ "isReadOnly": false,
160
+ "isLiteral": true
161
+ },
162
+ {
163
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::TextValueNpgsql.Replication.PgOutput.TupleDataKind",
164
+ "clrName": "TextValue",
165
+ "tsEmitName": "textValue",
166
+ "normalizedSignature": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
167
+ "isStatic": true,
168
+ "isReadOnly": false,
169
+ "isLiteral": true
170
+ },
171
+ {
172
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::BinaryValueNpgsql.Replication.PgOutput.TupleDataKind",
173
+ "clrName": "BinaryValue",
174
+ "tsEmitName": "binaryValue",
175
+ "normalizedSignature": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
176
+ "isStatic": true,
177
+ "isReadOnly": false,
178
+ "isLiteral": true
179
+ }
180
+ ],
181
+ "events": [],
182
+ "constructors": []
183
+ },
184
+ {
185
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
186
+ "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
187
+ "tsEmitName": "PgOutputReplicationOptions",
188
+ "kind": "Class",
189
+ "accessibility": "Public",
190
+ "isAbstract": false,
191
+ "isSealed": false,
192
+ "isStatic": false,
193
+ "arity": 0,
194
+ "methods": [
195
+ {
196
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
197
+ "clrName": "Equals",
198
+ "tsEmitName": "equals",
199
+ "normalizedSignature": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
200
+ "provenance": "Original",
201
+ "emitScope": "ClassSurface",
202
+ "isStatic": false,
203
+ "isAbstract": false,
204
+ "isVirtual": true,
205
+ "isOverride": false,
206
+ "isSealed": true,
207
+ "arity": 0,
208
+ "parameterCount": 1,
209
+ "isExtensionMethod": false
210
+ },
211
+ {
212
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(System.Object):System.Boolean",
213
+ "clrName": "Equals",
214
+ "tsEmitName": "equals",
215
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
216
+ "provenance": "Original",
217
+ "emitScope": "ClassSurface",
218
+ "isStatic": false,
219
+ "isAbstract": false,
220
+ "isVirtual": true,
221
+ "isOverride": true,
222
+ "isSealed": false,
223
+ "arity": 0,
224
+ "parameterCount": 1,
225
+ "isExtensionMethod": false
226
+ },
227
+ {
228
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::GetHashCode():System.Int32",
229
+ "clrName": "GetHashCode",
230
+ "tsEmitName": "getHashCode",
231
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
232
+ "provenance": "Original",
233
+ "emitScope": "ClassSurface",
234
+ "isStatic": false,
235
+ "isAbstract": false,
236
+ "isVirtual": true,
237
+ "isOverride": true,
238
+ "isSealed": false,
239
+ "arity": 0,
240
+ "parameterCount": 0,
241
+ "isExtensionMethod": false
242
+ }
243
+ ],
244
+ "properties": [
245
+ {
246
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::ProtocolVersion:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
247
+ "clrName": "ProtocolVersion",
248
+ "tsEmitName": "protocolVersion",
249
+ "normalizedSignature": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
250
+ "provenance": "Original",
251
+ "emitScope": "ClassSurface",
252
+ "isStatic": false,
253
+ "isAbstract": false,
254
+ "isVirtual": false,
255
+ "isOverride": false,
256
+ "isIndexer": false,
257
+ "hasGetter": true,
258
+ "hasSetter": false
259
+ },
260
+ {
261
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::PublicationNames:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
262
+ "clrName": "PublicationNames",
263
+ "tsEmitName": "publicationNames",
264
+ "normalizedSignature": "PublicationNames|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
265
+ "provenance": "Original",
266
+ "emitScope": "ClassSurface",
267
+ "isStatic": false,
268
+ "isAbstract": false,
269
+ "isVirtual": false,
270
+ "isOverride": false,
271
+ "isIndexer": false,
272
+ "hasGetter": true,
273
+ "hasSetter": false
274
+ },
275
+ {
276
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Binary:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
277
+ "clrName": "Binary",
278
+ "tsEmitName": "binary",
279
+ "normalizedSignature": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
280
+ "provenance": "Original",
281
+ "emitScope": "ClassSurface",
282
+ "isStatic": false,
283
+ "isAbstract": false,
284
+ "isVirtual": false,
285
+ "isOverride": false,
286
+ "isIndexer": false,
287
+ "hasGetter": true,
288
+ "hasSetter": false
289
+ },
290
+ {
291
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::StreamingMode:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
292
+ "clrName": "StreamingMode",
293
+ "tsEmitName": "streamingMode",
294
+ "normalizedSignature": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
295
+ "provenance": "Original",
296
+ "emitScope": "ClassSurface",
297
+ "isStatic": false,
298
+ "isAbstract": false,
299
+ "isVirtual": false,
300
+ "isOverride": false,
301
+ "isIndexer": false,
302
+ "hasGetter": true,
303
+ "hasSetter": false
304
+ },
305
+ {
306
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Messages:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
307
+ "clrName": "Messages",
308
+ "tsEmitName": "messages",
309
+ "normalizedSignature": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
310
+ "provenance": "Original",
311
+ "emitScope": "ClassSurface",
312
+ "isStatic": false,
313
+ "isAbstract": false,
314
+ "isVirtual": false,
315
+ "isOverride": false,
316
+ "isIndexer": false,
317
+ "hasGetter": true,
318
+ "hasSetter": false
319
+ },
320
+ {
321
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::TwoPhase:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
322
+ "clrName": "TwoPhase",
323
+ "tsEmitName": "twoPhase",
324
+ "normalizedSignature": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
325
+ "provenance": "Original",
326
+ "emitScope": "ClassSurface",
327
+ "isStatic": false,
328
+ "isAbstract": false,
329
+ "isVirtual": false,
330
+ "isOverride": false,
331
+ "isIndexer": false,
332
+ "hasGetter": true,
333
+ "hasSetter": false
334
+ }
335
+ ],
336
+ "fields": [],
337
+ "events": [],
338
+ "constructors": [
339
+ {
340
+ "normalizedSignature": "constructor|(System.String,System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
341
+ "isStatic": false,
342
+ "parameterCount": 6
343
+ },
344
+ {
345
+ "normalizedSignature": "constructor|(System.String,Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
346
+ "isStatic": false,
347
+ "parameterCount": 6
348
+ },
349
+ {
350
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
351
+ "isStatic": false,
352
+ "parameterCount": 6
353
+ },
354
+ {
355
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
356
+ "isStatic": false,
357
+ "parameterCount": 6
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
363
+ "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
364
+ "tsEmitName": "PgOutputReplicationSlot",
365
+ "kind": "Class",
366
+ "accessibility": "Public",
367
+ "isAbstract": false,
368
+ "isSealed": false,
369
+ "isStatic": false,
370
+ "arity": 0,
371
+ "methods": [],
372
+ "properties": [],
373
+ "fields": [],
374
+ "events": [],
375
+ "constructors": [
376
+ {
377
+ "normalizedSignature": "constructor|(System.String):void|static=false",
378
+ "isStatic": false,
379
+ "parameterCount": 1
380
+ },
381
+ {
382
+ "normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
383
+ "isStatic": false,
384
+ "parameterCount": 1
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple",
390
+ "clrName": "Npgsql.Replication.PgOutput.ReplicationTuple",
391
+ "tsEmitName": "ReplicationTuple",
392
+ "kind": "Class",
393
+ "accessibility": "Public",
394
+ "isAbstract": false,
395
+ "isSealed": false,
396
+ "isStatic": false,
397
+ "arity": 0,
398
+ "methods": [
399
+ {
400
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::GetAsyncEnumerator(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
401
+ "clrName": "GetAsyncEnumerator",
402
+ "tsEmitName": "getAsyncEnumerator",
403
+ "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
404
+ "provenance": "Original",
405
+ "emitScope": "ClassSurface",
406
+ "isStatic": false,
407
+ "isAbstract": false,
408
+ "isVirtual": true,
409
+ "isOverride": false,
410
+ "isSealed": false,
411
+ "arity": 0,
412
+ "parameterCount": 1,
413
+ "isExtensionMethod": false
414
+ }
415
+ ],
416
+ "properties": [
417
+ {
418
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::NumColumns:System.UInt16",
419
+ "clrName": "NumColumns",
420
+ "tsEmitName": "numColumns",
421
+ "normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=get",
422
+ "provenance": "Original",
423
+ "emitScope": "ClassSurface",
424
+ "isStatic": false,
425
+ "isAbstract": false,
426
+ "isVirtual": false,
427
+ "isOverride": false,
428
+ "isIndexer": false,
429
+ "hasGetter": true,
430
+ "hasSetter": false
431
+ }
432
+ ],
433
+ "fields": [],
434
+ "events": [],
435
+ "constructors": []
436
+ },
437
+ {
438
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue",
439
+ "clrName": "Npgsql.Replication.PgOutput.ReplicationValue",
440
+ "tsEmitName": "ReplicationValue",
441
+ "kind": "Class",
442
+ "accessibility": "Public",
443
+ "isAbstract": false,
444
+ "isSealed": false,
445
+ "isStatic": false,
446
+ "arity": 0,
447
+ "methods": [
448
+ {
449
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetPostgresType():Npgsql.PostgresTypes.PostgresType",
450
+ "clrName": "GetPostgresType",
451
+ "tsEmitName": "getPostgresType",
452
+ "normalizedSignature": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
453
+ "provenance": "Original",
454
+ "emitScope": "ClassSurface",
455
+ "isStatic": false,
456
+ "isAbstract": false,
457
+ "isVirtual": false,
458
+ "isOverride": false,
459
+ "isSealed": false,
460
+ "arity": 0,
461
+ "parameterCount": 0,
462
+ "isExtensionMethod": false
463
+ },
464
+ {
465
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetDataTypeName():System.String",
466
+ "clrName": "GetDataTypeName",
467
+ "tsEmitName": "getDataTypeName",
468
+ "normalizedSignature": "GetDataTypeName|():System.String|static=false",
469
+ "provenance": "Original",
470
+ "emitScope": "ClassSurface",
471
+ "isStatic": false,
472
+ "isAbstract": false,
473
+ "isVirtual": false,
474
+ "isOverride": false,
475
+ "isSealed": false,
476
+ "arity": 0,
477
+ "parameterCount": 0,
478
+ "isExtensionMethod": false
479
+ },
480
+ {
481
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldType():System.Type",
482
+ "clrName": "GetFieldType",
483
+ "tsEmitName": "getFieldType",
484
+ "normalizedSignature": "GetFieldType|():System.Type|static=false",
485
+ "provenance": "Original",
486
+ "emitScope": "ClassSurface",
487
+ "isStatic": false,
488
+ "isAbstract": false,
489
+ "isVirtual": false,
490
+ "isOverride": false,
491
+ "isSealed": false,
492
+ "arity": 0,
493
+ "parameterCount": 0,
494
+ "isExtensionMethod": false
495
+ },
496
+ {
497
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldName():System.String",
498
+ "clrName": "GetFieldName",
499
+ "tsEmitName": "getFieldName",
500
+ "normalizedSignature": "GetFieldName|():System.String|static=false",
501
+ "provenance": "Original",
502
+ "emitScope": "ClassSurface",
503
+ "isStatic": false,
504
+ "isAbstract": false,
505
+ "isVirtual": false,
506
+ "isOverride": false,
507
+ "isSealed": false,
508
+ "arity": 0,
509
+ "parameterCount": 0,
510
+ "isExtensionMethod": false
511
+ },
512
+ {
513
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):ValueTask_1",
514
+ "clrName": "Get",
515
+ "tsEmitName": "get_",
516
+ "normalizedSignature": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
517
+ "provenance": "Original",
518
+ "emitScope": "ClassSurface",
519
+ "isStatic": false,
520
+ "isAbstract": false,
521
+ "isVirtual": false,
522
+ "isOverride": false,
523
+ "isSealed": false,
524
+ "arity": 1,
525
+ "parameterCount": 1,
526
+ "isExtensionMethod": false
527
+ },
528
+ {
529
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
530
+ "clrName": "Get",
531
+ "tsEmitName": "get_",
532
+ "normalizedSignature": "Get|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
533
+ "provenance": "Original",
534
+ "emitScope": "ClassSurface",
535
+ "isStatic": false,
536
+ "isAbstract": false,
537
+ "isVirtual": false,
538
+ "isOverride": false,
539
+ "isSealed": false,
540
+ "arity": 0,
541
+ "parameterCount": 1,
542
+ "isExtensionMethod": false
543
+ },
544
+ {
545
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetStream():System.IO.Stream",
546
+ "clrName": "GetStream",
547
+ "tsEmitName": "getStream",
548
+ "normalizedSignature": "GetStream|():System.IO.Stream|static=false",
549
+ "provenance": "Original",
550
+ "emitScope": "ClassSurface",
551
+ "isStatic": false,
552
+ "isAbstract": false,
553
+ "isVirtual": false,
554
+ "isOverride": false,
555
+ "isSealed": false,
556
+ "arity": 0,
557
+ "parameterCount": 0,
558
+ "isExtensionMethod": false
559
+ },
560
+ {
561
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetTextReader():System.IO.TextReader",
562
+ "clrName": "GetTextReader",
563
+ "tsEmitName": "getTextReader",
564
+ "normalizedSignature": "GetTextReader|():System.IO.TextReader|static=false",
565
+ "provenance": "Original",
566
+ "emitScope": "ClassSurface",
567
+ "isStatic": false,
568
+ "isAbstract": false,
569
+ "isVirtual": false,
570
+ "isOverride": false,
571
+ "isSealed": false,
572
+ "arity": 0,
573
+ "parameterCount": 0,
574
+ "isExtensionMethod": false
575
+ }
576
+ ],
577
+ "properties": [
578
+ {
579
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Length:System.Int32",
580
+ "clrName": "Length",
581
+ "tsEmitName": "length",
582
+ "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
583
+ "provenance": "Original",
584
+ "emitScope": "ClassSurface",
585
+ "isStatic": false,
586
+ "isAbstract": false,
587
+ "isVirtual": false,
588
+ "isOverride": false,
589
+ "isIndexer": false,
590
+ "hasGetter": true,
591
+ "hasSetter": false
592
+ },
593
+ {
594
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Kind:Npgsql.Replication.PgOutput.TupleDataKind",
595
+ "clrName": "Kind",
596
+ "tsEmitName": "kind",
597
+ "normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
598
+ "provenance": "Original",
599
+ "emitScope": "ClassSurface",
600
+ "isStatic": false,
601
+ "isAbstract": false,
602
+ "isVirtual": false,
603
+ "isOverride": false,
604
+ "isIndexer": false,
605
+ "hasGetter": true,
606
+ "hasSetter": false
607
+ },
608
+ {
609
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsDBNull:System.Boolean",
610
+ "clrName": "IsDBNull",
611
+ "tsEmitName": "isDBNull",
612
+ "normalizedSignature": "IsDBNull|:System.Boolean|static=false|accessor=get",
613
+ "provenance": "Original",
614
+ "emitScope": "ClassSurface",
615
+ "isStatic": false,
616
+ "isAbstract": false,
617
+ "isVirtual": false,
618
+ "isOverride": false,
619
+ "isIndexer": false,
620
+ "hasGetter": true,
621
+ "hasSetter": false
622
+ },
623
+ {
624
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsUnchangedToastedValue:System.Boolean",
625
+ "clrName": "IsUnchangedToastedValue",
626
+ "tsEmitName": "isUnchangedToastedValue",
627
+ "normalizedSignature": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
628
+ "provenance": "Original",
629
+ "emitScope": "ClassSurface",
630
+ "isStatic": false,
631
+ "isAbstract": false,
632
+ "isVirtual": false,
633
+ "isOverride": false,
634
+ "isIndexer": false,
635
+ "hasGetter": true,
636
+ "hasSetter": false
637
+ }
638
+ ],
639
+ "fields": [],
640
+ "events": [],
641
+ "constructors": []
642
+ }
643
+ ]
644
+ }