@tsonic/efcore-npgsql 0.1.1 → 10.0.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 (136) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +10951 -18969
  10. package/Npgsql/internal/index.d.ts +1044 -1044
  11. package/Npgsql.BackendMessages/bindings.json +26 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
  64. package/Npgsql.Internal/bindings.json +1671 -3264
  65. package/Npgsql.Internal/internal/index.d.ts +244 -244
  66. package/Npgsql.Internal.Postgres/bindings.json +208 -434
  67. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  68. package/Npgsql.NameTranslation/bindings.json +61 -116
  69. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  70. package/Npgsql.PostgresTypes/bindings.json +175 -1000
  71. package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
  72. package/Npgsql.Replication/bindings.json +325 -1072
  73. package/Npgsql.Replication/internal/index.d.ts +46 -46
  74. package/Npgsql.Replication.Internal/bindings.json +44 -73
  75. package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
  76. package/Npgsql.Replication.PgOutput/bindings.json +191 -537
  77. package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
  78. package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
  79. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
  80. package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
  81. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  82. package/Npgsql.Schema/bindings.json +149 -322
  83. package/Npgsql.Schema/internal/index.d.ts +28 -28
  84. package/Npgsql.TypeMapping/bindings.json +92 -153
  85. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  86. package/Npgsql.Util/bindings.json +9 -1
  87. package/NpgsqlTypes/bindings.json +1569 -4426
  88. package/NpgsqlTypes/internal/index.d.ts +280 -280
  89. package/__build/scripts/generate.sh +4 -4
  90. package/__internal/extensions/index.d.ts +71 -71
  91. package/package.json +5 -5
  92. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  93. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  94. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  95. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  96. package/Npgsql/internal/metadata.json +0 -15514
  97. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  124. package/Npgsql.Internal/internal/metadata.json +0 -4555
  125. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  126. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  127. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  128. package/Npgsql.Replication/internal/metadata.json +0 -972
  129. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  130. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  131. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  132. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  133. package/Npgsql.Schema/internal/metadata.json +0 -451
  134. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  135. package/Npgsql.Util/internal/metadata.json +0 -24
  136. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -1,362 +1,244 @@
1
1
  {
2
2
  "namespace": "Npgsql.Replication.PgOutput",
3
+ "contributingAssemblies": [
4
+ "Npgsql"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
6
9
  "clrName": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
7
- "tsEmitName": "PgOutputProtocolVersion",
8
10
  "assemblyName": "Npgsql",
9
11
  "metadataToken": 0,
12
+ "kind": "Enum",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": true,
16
+ "isStatic": false,
17
+ "arity": 0,
10
18
  "methods": [],
11
19
  "properties": [],
12
20
  "fields": [
13
21
  {
14
22
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::value__System.UInt64",
15
23
  "clrName": "value__",
16
- "tsEmitName": "value__",
17
24
  "metadataToken": 67110154,
18
25
  "normalizedSignature": "value__|System.UInt64|static=false|const=false",
19
26
  "isStatic": false,
20
27
  "isReadOnly": false,
28
+ "isLiteral": false,
21
29
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
22
30
  "declaringAssemblyName": "Npgsql"
23
31
  },
24
32
  {
25
33
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V1Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
26
34
  "clrName": "V1",
27
- "tsEmitName": "V1",
28
35
  "metadataToken": 67110155,
29
36
  "normalizedSignature": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
30
37
  "isStatic": true,
31
38
  "isReadOnly": false,
39
+ "isLiteral": true,
32
40
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
33
41
  "declaringAssemblyName": "Npgsql"
34
42
  },
35
43
  {
36
44
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V2Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
37
45
  "clrName": "V2",
38
- "tsEmitName": "V2",
39
46
  "metadataToken": 67110156,
40
47
  "normalizedSignature": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
41
48
  "isStatic": true,
42
49
  "isReadOnly": false,
50
+ "isLiteral": true,
43
51
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
44
52
  "declaringAssemblyName": "Npgsql"
45
53
  },
46
54
  {
47
55
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V3Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
48
56
  "clrName": "V3",
49
- "tsEmitName": "V3",
50
57
  "metadataToken": 67110157,
51
58
  "normalizedSignature": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
52
59
  "isStatic": true,
53
60
  "isReadOnly": false,
61
+ "isLiteral": true,
54
62
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
55
63
  "declaringAssemblyName": "Npgsql"
56
64
  },
57
65
  {
58
66
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V4Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
59
67
  "clrName": "V4",
60
- "tsEmitName": "V4",
61
68
  "metadataToken": 67110158,
62
69
  "normalizedSignature": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
63
70
  "isStatic": true,
64
71
  "isReadOnly": false,
72
+ "isLiteral": true,
65
73
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
66
74
  "declaringAssemblyName": "Npgsql"
67
75
  }
68
76
  ],
69
77
  "events": [],
70
- "constructors": [],
71
- "exposedFields": [
72
- {
73
- "tsName": "value__",
74
- "isStatic": false,
75
- "tsSignatureId": "value__|System.UInt64|static=false|const=false",
76
- "target": {
77
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
78
- "declaringAssemblyName": "Npgsql",
79
- "metadataToken": 67110154
80
- }
81
- },
82
- {
83
- "tsName": "V1",
84
- "isStatic": true,
85
- "tsSignatureId": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
86
- "target": {
87
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
88
- "declaringAssemblyName": "Npgsql",
89
- "metadataToken": 67110155
90
- }
91
- },
92
- {
93
- "tsName": "V2",
94
- "isStatic": true,
95
- "tsSignatureId": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
96
- "target": {
97
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
98
- "declaringAssemblyName": "Npgsql",
99
- "metadataToken": 67110156
100
- }
101
- },
102
- {
103
- "tsName": "V3",
104
- "isStatic": true,
105
- "tsSignatureId": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
106
- "target": {
107
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
108
- "declaringAssemblyName": "Npgsql",
109
- "metadataToken": 67110157
110
- }
111
- },
112
- {
113
- "tsName": "V4",
114
- "isStatic": true,
115
- "tsSignatureId": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
116
- "target": {
117
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
118
- "declaringAssemblyName": "Npgsql",
119
- "metadataToken": 67110158
120
- }
121
- }
122
- ]
78
+ "constructors": []
123
79
  },
124
80
  {
125
81
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode",
126
82
  "clrName": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
127
- "tsEmitName": "PgOutputStreamingMode",
128
83
  "assemblyName": "Npgsql",
129
84
  "metadataToken": 0,
85
+ "kind": "Enum",
86
+ "accessibility": "Public",
87
+ "isAbstract": false,
88
+ "isSealed": true,
89
+ "isStatic": false,
90
+ "arity": 0,
130
91
  "methods": [],
131
92
  "properties": [],
132
93
  "fields": [
133
94
  {
134
95
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::value__System.Int32",
135
96
  "clrName": "value__",
136
- "tsEmitName": "value__",
137
97
  "metadataToken": 67110165,
138
98
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
139
99
  "isStatic": false,
140
100
  "isReadOnly": false,
101
+ "isLiteral": false,
141
102
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
142
103
  "declaringAssemblyName": "Npgsql"
143
104
  },
144
105
  {
145
106
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OffNpgsql.Replication.PgOutput.PgOutputStreamingMode",
146
107
  "clrName": "Off",
147
- "tsEmitName": "off",
148
108
  "metadataToken": 67110166,
149
109
  "normalizedSignature": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
150
110
  "isStatic": true,
151
111
  "isReadOnly": false,
112
+ "isLiteral": true,
152
113
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
153
114
  "declaringAssemblyName": "Npgsql"
154
115
  },
155
116
  {
156
117
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OnNpgsql.Replication.PgOutput.PgOutputStreamingMode",
157
118
  "clrName": "On",
158
- "tsEmitName": "on",
159
119
  "metadataToken": 67110167,
160
120
  "normalizedSignature": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
161
121
  "isStatic": true,
162
122
  "isReadOnly": false,
123
+ "isLiteral": true,
163
124
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
164
125
  "declaringAssemblyName": "Npgsql"
165
126
  },
166
127
  {
167
128
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::ParallelNpgsql.Replication.PgOutput.PgOutputStreamingMode",
168
129
  "clrName": "Parallel",
169
- "tsEmitName": "parallel",
170
130
  "metadataToken": 67110168,
171
131
  "normalizedSignature": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
172
132
  "isStatic": true,
173
133
  "isReadOnly": false,
134
+ "isLiteral": true,
174
135
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
175
136
  "declaringAssemblyName": "Npgsql"
176
137
  }
177
138
  ],
178
139
  "events": [],
179
- "constructors": [],
180
- "exposedFields": [
181
- {
182
- "tsName": "value__",
183
- "isStatic": false,
184
- "tsSignatureId": "value__|System.Int32|static=false|const=false",
185
- "target": {
186
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
187
- "declaringAssemblyName": "Npgsql",
188
- "metadataToken": 67110165
189
- }
190
- },
191
- {
192
- "tsName": "off",
193
- "isStatic": true,
194
- "tsSignatureId": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
195
- "target": {
196
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
197
- "declaringAssemblyName": "Npgsql",
198
- "metadataToken": 67110166
199
- }
200
- },
201
- {
202
- "tsName": "on",
203
- "isStatic": true,
204
- "tsSignatureId": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
205
- "target": {
206
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
207
- "declaringAssemblyName": "Npgsql",
208
- "metadataToken": 67110167
209
- }
210
- },
211
- {
212
- "tsName": "parallel",
213
- "isStatic": true,
214
- "tsSignatureId": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
215
- "target": {
216
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
217
- "declaringAssemblyName": "Npgsql",
218
- "metadataToken": 67110168
219
- }
220
- }
221
- ]
140
+ "constructors": []
222
141
  },
223
142
  {
224
143
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind",
225
144
  "clrName": "Npgsql.Replication.PgOutput.TupleDataKind",
226
- "tsEmitName": "TupleDataKind",
227
145
  "assemblyName": "Npgsql",
228
146
  "metadataToken": 0,
147
+ "kind": "Enum",
148
+ "accessibility": "Public",
149
+ "isAbstract": false,
150
+ "isSealed": true,
151
+ "isStatic": false,
152
+ "arity": 0,
229
153
  "methods": [],
230
154
  "properties": [],
231
155
  "fields": [
232
156
  {
233
157
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::value__System.Byte",
234
158
  "clrName": "value__",
235
- "tsEmitName": "value__",
236
159
  "metadataToken": 67110187,
237
160
  "normalizedSignature": "value__|System.Byte|static=false|const=false",
238
161
  "isStatic": false,
239
162
  "isReadOnly": false,
163
+ "isLiteral": false,
240
164
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
241
165
  "declaringAssemblyName": "Npgsql"
242
166
  },
243
167
  {
244
168
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::NullNpgsql.Replication.PgOutput.TupleDataKind",
245
169
  "clrName": "Null",
246
- "tsEmitName": "null_",
247
170
  "metadataToken": 67110188,
248
171
  "normalizedSignature": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
249
172
  "isStatic": true,
250
173
  "isReadOnly": false,
174
+ "isLiteral": true,
251
175
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
252
176
  "declaringAssemblyName": "Npgsql"
253
177
  },
254
178
  {
255
179
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::UnchangedToastedValueNpgsql.Replication.PgOutput.TupleDataKind",
256
180
  "clrName": "UnchangedToastedValue",
257
- "tsEmitName": "unchangedToastedValue",
258
181
  "metadataToken": 67110189,
259
182
  "normalizedSignature": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
260
183
  "isStatic": true,
261
184
  "isReadOnly": false,
185
+ "isLiteral": true,
262
186
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
263
187
  "declaringAssemblyName": "Npgsql"
264
188
  },
265
189
  {
266
190
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::TextValueNpgsql.Replication.PgOutput.TupleDataKind",
267
191
  "clrName": "TextValue",
268
- "tsEmitName": "textValue",
269
192
  "metadataToken": 67110190,
270
193
  "normalizedSignature": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
271
194
  "isStatic": true,
272
195
  "isReadOnly": false,
196
+ "isLiteral": true,
273
197
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
274
198
  "declaringAssemblyName": "Npgsql"
275
199
  },
276
200
  {
277
201
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::BinaryValueNpgsql.Replication.PgOutput.TupleDataKind",
278
202
  "clrName": "BinaryValue",
279
- "tsEmitName": "binaryValue",
280
203
  "metadataToken": 67110191,
281
204
  "normalizedSignature": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
282
205
  "isStatic": true,
283
206
  "isReadOnly": false,
207
+ "isLiteral": true,
284
208
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
285
209
  "declaringAssemblyName": "Npgsql"
286
210
  }
287
211
  ],
288
212
  "events": [],
289
- "constructors": [],
290
- "exposedFields": [
291
- {
292
- "tsName": "value__",
293
- "isStatic": false,
294
- "tsSignatureId": "value__|System.Byte|static=false|const=false",
295
- "target": {
296
- "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
297
- "declaringAssemblyName": "Npgsql",
298
- "metadataToken": 67110187
299
- }
300
- },
301
- {
302
- "tsName": "null_",
303
- "isStatic": true,
304
- "tsSignatureId": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
305
- "target": {
306
- "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
307
- "declaringAssemblyName": "Npgsql",
308
- "metadataToken": 67110188
309
- }
310
- },
311
- {
312
- "tsName": "unchangedToastedValue",
313
- "isStatic": true,
314
- "tsSignatureId": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
315
- "target": {
316
- "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
317
- "declaringAssemblyName": "Npgsql",
318
- "metadataToken": 67110189
319
- }
320
- },
321
- {
322
- "tsName": "textValue",
323
- "isStatic": true,
324
- "tsSignatureId": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
325
- "target": {
326
- "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
327
- "declaringAssemblyName": "Npgsql",
328
- "metadataToken": 67110190
329
- }
330
- },
331
- {
332
- "tsName": "binaryValue",
333
- "isStatic": true,
334
- "tsSignatureId": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
335
- "target": {
336
- "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
337
- "declaringAssemblyName": "Npgsql",
338
- "metadataToken": 67110191
339
- }
340
- }
341
- ]
213
+ "constructors": []
342
214
  },
343
215
  {
344
216
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
345
217
  "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
346
- "tsEmitName": "PgOutputReplicationOptions",
347
218
  "assemblyName": "Npgsql",
348
219
  "metadataToken": 0,
220
+ "kind": "Class",
221
+ "accessibility": "Public",
222
+ "isAbstract": false,
223
+ "isSealed": false,
224
+ "isStatic": false,
225
+ "arity": 0,
349
226
  "methods": [
350
227
  {
351
228
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
352
229
  "clrName": "Equals",
353
- "tsEmitName": "equals",
354
230
  "metadataToken": 100665947,
355
231
  "canonicalSignature": "(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
356
232
  "normalizedSignature": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
357
233
  "emitScope": "ClassSurface",
234
+ "provenance": "Original",
358
235
  "arity": 0,
359
236
  "parameterCount": 1,
237
+ "isStatic": false,
238
+ "isAbstract": false,
239
+ "isVirtual": true,
240
+ "isOverride": false,
241
+ "isSealed": true,
360
242
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
361
243
  "declaringAssemblyName": "Npgsql",
362
244
  "isExtensionMethod": false
@@ -364,13 +246,18 @@
364
246
  {
365
247
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(System.Object):System.Boolean",
366
248
  "clrName": "Equals",
367
- "tsEmitName": "equals",
368
249
  "metadataToken": 100665948,
369
250
  "canonicalSignature": "(System.Object):System.Boolean",
370
251
  "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
371
252
  "emitScope": "ClassSurface",
253
+ "provenance": "Original",
372
254
  "arity": 0,
373
255
  "parameterCount": 1,
256
+ "isStatic": false,
257
+ "isAbstract": false,
258
+ "isVirtual": true,
259
+ "isOverride": true,
260
+ "isSealed": false,
374
261
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
375
262
  "declaringAssemblyName": "Npgsql",
376
263
  "isExtensionMethod": false
@@ -378,13 +265,18 @@
378
265
  {
379
266
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::GetHashCode():System.Int32",
380
267
  "clrName": "GetHashCode",
381
- "tsEmitName": "getHashCode",
382
268
  "metadataToken": 100665949,
383
269
  "canonicalSignature": "():System.Int32",
384
270
  "normalizedSignature": "GetHashCode|():System.Int32|static=false",
385
271
  "emitScope": "ClassSurface",
272
+ "provenance": "Original",
386
273
  "arity": 0,
387
274
  "parameterCount": 0,
275
+ "isStatic": false,
276
+ "isAbstract": false,
277
+ "isVirtual": true,
278
+ "isOverride": true,
279
+ "isSealed": false,
388
280
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
389
281
  "declaringAssemblyName": "Npgsql",
390
282
  "isExtensionMethod": false
@@ -394,84 +286,108 @@
394
286
  {
395
287
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::ProtocolVersion:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
396
288
  "clrName": "ProtocolVersion",
397
- "tsEmitName": "protocolVersion",
398
289
  "metadataToken": 385876586,
399
290
  "canonicalSignature": ":Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
400
291
  "normalizedSignature": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
401
292
  "emitScope": "ClassSurface",
293
+ "provenance": "Original",
402
294
  "isIndexer": false,
403
295
  "hasGetter": true,
404
296
  "hasSetter": false,
297
+ "isStatic": false,
298
+ "isAbstract": false,
299
+ "isVirtual": false,
300
+ "isOverride": false,
405
301
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
406
302
  "declaringAssemblyName": "Npgsql"
407
303
  },
408
304
  {
409
305
  "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]]",
410
306
  "clrName": "PublicationNames",
411
- "tsEmitName": "publicationNames",
412
307
  "metadataToken": 385876587,
413
308
  "canonicalSignature": ":System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
414
309
  "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",
415
310
  "emitScope": "ClassSurface",
311
+ "provenance": "Original",
416
312
  "isIndexer": false,
417
313
  "hasGetter": true,
418
314
  "hasSetter": false,
315
+ "isStatic": false,
316
+ "isAbstract": false,
317
+ "isVirtual": false,
318
+ "isOverride": false,
419
319
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
420
320
  "declaringAssemblyName": "Npgsql"
421
321
  },
422
322
  {
423
323
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Binary:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
424
324
  "clrName": "Binary",
425
- "tsEmitName": "binary",
426
325
  "metadataToken": 385876588,
427
326
  "canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
428
327
  "normalizedSignature": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
429
328
  "emitScope": "ClassSurface",
329
+ "provenance": "Original",
430
330
  "isIndexer": false,
431
331
  "hasGetter": true,
432
332
  "hasSetter": false,
333
+ "isStatic": false,
334
+ "isAbstract": false,
335
+ "isVirtual": false,
336
+ "isOverride": false,
433
337
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
434
338
  "declaringAssemblyName": "Npgsql"
435
339
  },
436
340
  {
437
341
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::StreamingMode:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
438
342
  "clrName": "StreamingMode",
439
- "tsEmitName": "streamingMode",
440
343
  "metadataToken": 385876589,
441
344
  "canonicalSignature": ":System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
442
345
  "normalizedSignature": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
443
346
  "emitScope": "ClassSurface",
347
+ "provenance": "Original",
444
348
  "isIndexer": false,
445
349
  "hasGetter": true,
446
350
  "hasSetter": false,
351
+ "isStatic": false,
352
+ "isAbstract": false,
353
+ "isVirtual": false,
354
+ "isOverride": false,
447
355
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
448
356
  "declaringAssemblyName": "Npgsql"
449
357
  },
450
358
  {
451
359
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Messages:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
452
360
  "clrName": "Messages",
453
- "tsEmitName": "messages",
454
361
  "metadataToken": 385876590,
455
362
  "canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
456
363
  "normalizedSignature": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
457
364
  "emitScope": "ClassSurface",
365
+ "provenance": "Original",
458
366
  "isIndexer": false,
459
367
  "hasGetter": true,
460
368
  "hasSetter": false,
369
+ "isStatic": false,
370
+ "isAbstract": false,
371
+ "isVirtual": false,
372
+ "isOverride": false,
461
373
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
462
374
  "declaringAssemblyName": "Npgsql"
463
375
  },
464
376
  {
465
377
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::TwoPhase:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
466
378
  "clrName": "TwoPhase",
467
- "tsEmitName": "twoPhase",
468
379
  "metadataToken": 385876591,
469
380
  "canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
470
381
  "normalizedSignature": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
471
382
  "emitScope": "ClassSurface",
383
+ "provenance": "Original",
472
384
  "isIndexer": false,
473
385
  "hasGetter": true,
474
386
  "hasSetter": false,
387
+ "isStatic": false,
388
+ "isAbstract": false,
389
+ "isVirtual": false,
390
+ "isOverride": false,
475
391
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
476
392
  "declaringAssemblyName": "Npgsql"
477
393
  }
@@ -519,146 +435,19 @@
519
435
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
520
436
  "declaringAssemblyName": "Npgsql"
521
437
  }
522
- ],
523
- "exposedMethods": [
524
- {
525
- "tsName": "equals",
526
- "isStatic": false,
527
- "tsSignatureId": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
528
- "target": {
529
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
530
- "declaringAssemblyName": "Npgsql",
531
- "metadataToken": 100665947
532
- }
533
- },
534
- {
535
- "tsName": "equals",
536
- "isStatic": false,
537
- "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
538
- "target": {
539
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
540
- "declaringAssemblyName": "Npgsql",
541
- "metadataToken": 100665948
542
- }
543
- },
544
- {
545
- "tsName": "getHashCode",
546
- "isStatic": false,
547
- "tsSignatureId": "GetHashCode|():System.Int32|static=false",
548
- "target": {
549
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
550
- "declaringAssemblyName": "Npgsql",
551
- "metadataToken": 100665949
552
- }
553
- }
554
- ],
555
- "exposedProperties": [
556
- {
557
- "tsName": "protocolVersion",
558
- "isStatic": false,
559
- "tsSignatureId": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
560
- "target": {
561
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
562
- "declaringAssemblyName": "Npgsql",
563
- "metadataToken": 385876586
564
- }
565
- },
566
- {
567
- "tsName": "publicationNames",
568
- "isStatic": false,
569
- "tsSignatureId": "PublicationNames|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
570
- "target": {
571
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
572
- "declaringAssemblyName": "Npgsql",
573
- "metadataToken": 385876587
574
- }
575
- },
576
- {
577
- "tsName": "binary",
578
- "isStatic": false,
579
- "tsSignatureId": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
580
- "target": {
581
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
582
- "declaringAssemblyName": "Npgsql",
583
- "metadataToken": 385876588
584
- }
585
- },
586
- {
587
- "tsName": "streamingMode",
588
- "isStatic": false,
589
- "tsSignatureId": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
590
- "target": {
591
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
592
- "declaringAssemblyName": "Npgsql",
593
- "metadataToken": 385876589
594
- }
595
- },
596
- {
597
- "tsName": "messages",
598
- "isStatic": false,
599
- "tsSignatureId": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
600
- "target": {
601
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
602
- "declaringAssemblyName": "Npgsql",
603
- "metadataToken": 385876590
604
- }
605
- },
606
- {
607
- "tsName": "twoPhase",
608
- "isStatic": false,
609
- "tsSignatureId": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
610
- "target": {
611
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
612
- "declaringAssemblyName": "Npgsql",
613
- "metadataToken": 385876591
614
- }
615
- }
616
- ],
617
- "exposedConstructors": [
618
- {
619
- "isStatic": false,
620
- "tsSignatureId": "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",
621
- "target": {
622
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
623
- "declaringAssemblyName": "Npgsql",
624
- "metadataToken": 100665936
625
- }
626
- },
627
- {
628
- "isStatic": false,
629
- "tsSignatureId": "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",
630
- "target": {
631
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
632
- "declaringAssemblyName": "Npgsql",
633
- "metadataToken": 100665937
634
- }
635
- },
636
- {
637
- "isStatic": false,
638
- "tsSignatureId": "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",
639
- "target": {
640
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
641
- "declaringAssemblyName": "Npgsql",
642
- "metadataToken": 100665938
643
- }
644
- },
645
- {
646
- "isStatic": false,
647
- "tsSignatureId": "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",
648
- "target": {
649
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
650
- "declaringAssemblyName": "Npgsql",
651
- "metadataToken": 100665939
652
- }
653
- }
654
438
  ]
655
439
  },
656
440
  {
657
441
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
658
442
  "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
659
- "tsEmitName": "PgOutputReplicationSlot",
660
443
  "assemblyName": "Npgsql",
661
444
  "metadataToken": 0,
445
+ "kind": "Class",
446
+ "accessibility": "Public",
447
+ "isAbstract": false,
448
+ "isSealed": false,
449
+ "isStatic": false,
450
+ "arity": 0,
662
451
  "methods": [],
663
452
  "properties": [],
664
453
  "fields": [],
@@ -684,87 +473,35 @@
684
473
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
685
474
  "declaringAssemblyName": "Npgsql"
686
475
  }
687
- ],
688
- "exposedProperties": [
689
- {
690
- "tsName": "snapshotName",
691
- "isStatic": false,
692
- "tsSignatureId": "SnapshotName|:System.String|static=false|accessor=get",
693
- "target": {
694
- "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
695
- "declaringAssemblyName": "Npgsql",
696
- "metadataToken": 385876666
697
- }
698
- },
699
- {
700
- "tsName": "outputPlugin",
701
- "isStatic": false,
702
- "tsSignatureId": "OutputPlugin|:System.String|static=false|accessor=get",
703
- "target": {
704
- "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
705
- "declaringAssemblyName": "Npgsql",
706
- "metadataToken": 385876667
707
- }
708
- },
709
- {
710
- "tsName": "consistentPoint",
711
- "isStatic": false,
712
- "tsSignatureId": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
713
- "target": {
714
- "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
715
- "declaringAssemblyName": "Npgsql",
716
- "metadataToken": 385876668
717
- }
718
- },
719
- {
720
- "tsName": "name",
721
- "isStatic": false,
722
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
723
- "target": {
724
- "declaringClrType": "Npgsql.Replication.ReplicationSlot",
725
- "declaringAssemblyName": "Npgsql",
726
- "metadataToken": 385876567
727
- }
728
- }
729
- ],
730
- "exposedConstructors": [
731
- {
732
- "isStatic": false,
733
- "tsSignatureId": "constructor|(System.String):void|static=false",
734
- "target": {
735
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
736
- "declaringAssemblyName": "Npgsql",
737
- "metadataToken": 100665950
738
- }
739
- },
740
- {
741
- "isStatic": false,
742
- "tsSignatureId": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
743
- "target": {
744
- "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
745
- "declaringAssemblyName": "Npgsql",
746
- "metadataToken": 100665951
747
- }
748
- }
749
476
  ]
750
477
  },
751
478
  {
752
479
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple",
753
480
  "clrName": "Npgsql.Replication.PgOutput.ReplicationTuple",
754
- "tsEmitName": "ReplicationTuple",
755
481
  "assemblyName": "Npgsql",
756
482
  "metadataToken": 0,
483
+ "kind": "Class",
484
+ "accessibility": "Public",
485
+ "isAbstract": false,
486
+ "isSealed": false,
487
+ "isStatic": false,
488
+ "arity": 0,
757
489
  "methods": [
758
490
  {
759
491
  "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]]",
760
492
  "clrName": "GetAsyncEnumerator",
761
- "tsEmitName": "getAsyncEnumerator",
762
493
  "metadataToken": 100665967,
763
494
  "canonicalSignature": "(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
764
495
  "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",
765
496
  "emitScope": "ClassSurface",
497
+ "provenance": "Original",
766
498
  "arity": 0,
767
499
  "parameterCount": 1,
500
+ "isStatic": false,
501
+ "isAbstract": false,
502
+ "isVirtual": true,
503
+ "isOverride": false,
504
+ "isSealed": false,
768
505
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
769
506
  "declaringAssemblyName": "Npgsql",
770
507
  "isExtensionMethod": false
@@ -774,63 +511,53 @@
774
511
  {
775
512
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::NumColumns:System.UInt16",
776
513
  "clrName": "NumColumns",
777
- "tsEmitName": "numColumns",
778
514
  "metadataToken": 385876594,
779
515
  "canonicalSignature": ":System.UInt16",
780
516
  "normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=get",
781
517
  "emitScope": "ClassSurface",
518
+ "provenance": "Original",
782
519
  "isIndexer": false,
783
520
  "hasGetter": true,
784
521
  "hasSetter": false,
522
+ "isStatic": false,
523
+ "isAbstract": false,
524
+ "isVirtual": false,
525
+ "isOverride": false,
785
526
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
786
527
  "declaringAssemblyName": "Npgsql"
787
528
  }
788
529
  ],
789
530
  "fields": [],
790
531
  "events": [],
791
- "constructors": [],
792
- "exposedMethods": [
793
- {
794
- "tsName": "getAsyncEnumerator",
795
- "isStatic": false,
796
- "tsSignatureId": "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",
797
- "target": {
798
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
799
- "declaringAssemblyName": "Npgsql",
800
- "metadataToken": 100665967
801
- }
802
- }
803
- ],
804
- "exposedProperties": [
805
- {
806
- "tsName": "numColumns",
807
- "isStatic": false,
808
- "tsSignatureId": "NumColumns|:System.UInt16|static=false|accessor=get",
809
- "target": {
810
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
811
- "declaringAssemblyName": "Npgsql",
812
- "metadataToken": 385876594
813
- }
814
- }
815
- ]
532
+ "constructors": []
816
533
  },
817
534
  {
818
535
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue",
819
536
  "clrName": "Npgsql.Replication.PgOutput.ReplicationValue",
820
- "tsEmitName": "ReplicationValue",
821
537
  "assemblyName": "Npgsql",
822
538
  "metadataToken": 0,
539
+ "kind": "Class",
540
+ "accessibility": "Public",
541
+ "isAbstract": false,
542
+ "isSealed": false,
543
+ "isStatic": false,
544
+ "arity": 0,
823
545
  "methods": [
824
546
  {
825
547
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetPostgresType():Npgsql.PostgresTypes.PostgresType",
826
548
  "clrName": "GetPostgresType",
827
- "tsEmitName": "getPostgresType",
828
549
  "metadataToken": 100665978,
829
550
  "canonicalSignature": "():Npgsql.PostgresTypes.PostgresType",
830
551
  "normalizedSignature": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
831
552
  "emitScope": "ClassSurface",
553
+ "provenance": "Original",
832
554
  "arity": 0,
833
555
  "parameterCount": 0,
556
+ "isStatic": false,
557
+ "isAbstract": false,
558
+ "isVirtual": false,
559
+ "isOverride": false,
560
+ "isSealed": false,
834
561
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
835
562
  "declaringAssemblyName": "Npgsql",
836
563
  "isExtensionMethod": false
@@ -838,13 +565,18 @@
838
565
  {
839
566
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetDataTypeName():System.String",
840
567
  "clrName": "GetDataTypeName",
841
- "tsEmitName": "getDataTypeName",
842
568
  "metadataToken": 100665979,
843
569
  "canonicalSignature": "():System.String",
844
570
  "normalizedSignature": "GetDataTypeName|():System.String|static=false",
845
571
  "emitScope": "ClassSurface",
572
+ "provenance": "Original",
846
573
  "arity": 0,
847
574
  "parameterCount": 0,
575
+ "isStatic": false,
576
+ "isAbstract": false,
577
+ "isVirtual": false,
578
+ "isOverride": false,
579
+ "isSealed": false,
848
580
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
849
581
  "declaringAssemblyName": "Npgsql",
850
582
  "isExtensionMethod": false
@@ -852,13 +584,18 @@
852
584
  {
853
585
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldType():System.Type",
854
586
  "clrName": "GetFieldType",
855
- "tsEmitName": "getFieldType",
856
587
  "metadataToken": 100665980,
857
588
  "canonicalSignature": "():System.Type",
858
589
  "normalizedSignature": "GetFieldType|():System.Type|static=false",
859
590
  "emitScope": "ClassSurface",
591
+ "provenance": "Original",
860
592
  "arity": 0,
861
593
  "parameterCount": 0,
594
+ "isStatic": false,
595
+ "isAbstract": false,
596
+ "isVirtual": false,
597
+ "isOverride": false,
598
+ "isSealed": false,
862
599
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
863
600
  "declaringAssemblyName": "Npgsql",
864
601
  "isExtensionMethod": false
@@ -866,13 +603,18 @@
866
603
  {
867
604
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldName():System.String",
868
605
  "clrName": "GetFieldName",
869
- "tsEmitName": "getFieldName",
870
606
  "metadataToken": 100665981,
871
607
  "canonicalSignature": "():System.String",
872
608
  "normalizedSignature": "GetFieldName|():System.String|static=false",
873
609
  "emitScope": "ClassSurface",
610
+ "provenance": "Original",
874
611
  "arity": 0,
875
612
  "parameterCount": 0,
613
+ "isStatic": false,
614
+ "isAbstract": false,
615
+ "isVirtual": false,
616
+ "isOverride": false,
617
+ "isSealed": false,
876
618
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
877
619
  "declaringAssemblyName": "Npgsql",
878
620
  "isExtensionMethod": false
@@ -880,13 +622,18 @@
880
622
  {
881
623
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):ValueTask_1",
882
624
  "clrName": "Get",
883
- "tsEmitName": "get_",
884
625
  "metadataToken": 100665982,
885
626
  "canonicalSignature": "(System.Threading.CancellationToken):ValueTask_1",
886
627
  "normalizedSignature": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
887
628
  "emitScope": "ClassSurface",
629
+ "provenance": "Original",
888
630
  "arity": 1,
889
631
  "parameterCount": 1,
632
+ "isStatic": false,
633
+ "isAbstract": false,
634
+ "isVirtual": false,
635
+ "isOverride": false,
636
+ "isSealed": false,
890
637
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
891
638
  "declaringAssemblyName": "Npgsql",
892
639
  "isExtensionMethod": false
@@ -894,13 +641,18 @@
894
641
  {
895
642
  "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]]",
896
643
  "clrName": "Get",
897
- "tsEmitName": "get_",
898
644
  "metadataToken": 100665983,
899
645
  "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
900
646
  "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",
901
647
  "emitScope": "ClassSurface",
648
+ "provenance": "Original",
902
649
  "arity": 0,
903
650
  "parameterCount": 1,
651
+ "isStatic": false,
652
+ "isAbstract": false,
653
+ "isVirtual": false,
654
+ "isOverride": false,
655
+ "isSealed": false,
904
656
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
905
657
  "declaringAssemblyName": "Npgsql",
906
658
  "isExtensionMethod": false
@@ -908,13 +660,18 @@
908
660
  {
909
661
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetStream():System.IO.Stream",
910
662
  "clrName": "GetStream",
911
- "tsEmitName": "getStream",
912
663
  "metadataToken": 100665984,
913
664
  "canonicalSignature": "():System.IO.Stream",
914
665
  "normalizedSignature": "GetStream|():System.IO.Stream|static=false",
915
666
  "emitScope": "ClassSurface",
667
+ "provenance": "Original",
916
668
  "arity": 0,
917
669
  "parameterCount": 0,
670
+ "isStatic": false,
671
+ "isAbstract": false,
672
+ "isVirtual": false,
673
+ "isOverride": false,
674
+ "isSealed": false,
918
675
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
919
676
  "declaringAssemblyName": "Npgsql",
920
677
  "isExtensionMethod": false
@@ -922,13 +679,18 @@
922
679
  {
923
680
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetTextReader():System.IO.TextReader",
924
681
  "clrName": "GetTextReader",
925
- "tsEmitName": "getTextReader",
926
682
  "metadataToken": 100665985,
927
683
  "canonicalSignature": "():System.IO.TextReader",
928
684
  "normalizedSignature": "GetTextReader|():System.IO.TextReader|static=false",
929
685
  "emitScope": "ClassSurface",
686
+ "provenance": "Original",
930
687
  "arity": 0,
931
688
  "parameterCount": 0,
689
+ "isStatic": false,
690
+ "isAbstract": false,
691
+ "isVirtual": false,
692
+ "isOverride": false,
693
+ "isSealed": false,
932
694
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
933
695
  "declaringAssemblyName": "Npgsql",
934
696
  "isExtensionMethod": false
@@ -938,187 +700,79 @@
938
700
  {
939
701
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Length:System.Int32",
940
702
  "clrName": "Length",
941
- "tsEmitName": "length",
942
703
  "metadataToken": 385876595,
943
704
  "canonicalSignature": ":System.Int32",
944
705
  "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
945
706
  "emitScope": "ClassSurface",
707
+ "provenance": "Original",
946
708
  "isIndexer": false,
947
709
  "hasGetter": true,
948
710
  "hasSetter": false,
711
+ "isStatic": false,
712
+ "isAbstract": false,
713
+ "isVirtual": false,
714
+ "isOverride": false,
949
715
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
950
716
  "declaringAssemblyName": "Npgsql"
951
717
  },
952
718
  {
953
719
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Kind:Npgsql.Replication.PgOutput.TupleDataKind",
954
720
  "clrName": "Kind",
955
- "tsEmitName": "kind",
956
721
  "metadataToken": 385876596,
957
722
  "canonicalSignature": ":Npgsql.Replication.PgOutput.TupleDataKind",
958
723
  "normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
959
724
  "emitScope": "ClassSurface",
725
+ "provenance": "Original",
960
726
  "isIndexer": false,
961
727
  "hasGetter": true,
962
728
  "hasSetter": false,
729
+ "isStatic": false,
730
+ "isAbstract": false,
731
+ "isVirtual": false,
732
+ "isOverride": false,
963
733
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
964
734
  "declaringAssemblyName": "Npgsql"
965
735
  },
966
736
  {
967
737
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsDBNull:System.Boolean",
968
738
  "clrName": "IsDBNull",
969
- "tsEmitName": "isDBNull",
970
739
  "metadataToken": 385876598,
971
740
  "canonicalSignature": ":System.Boolean",
972
741
  "normalizedSignature": "IsDBNull|:System.Boolean|static=false|accessor=get",
973
742
  "emitScope": "ClassSurface",
743
+ "provenance": "Original",
974
744
  "isIndexer": false,
975
745
  "hasGetter": true,
976
746
  "hasSetter": false,
747
+ "isStatic": false,
748
+ "isAbstract": false,
749
+ "isVirtual": false,
750
+ "isOverride": false,
977
751
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
978
752
  "declaringAssemblyName": "Npgsql"
979
753
  },
980
754
  {
981
755
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsUnchangedToastedValue:System.Boolean",
982
756
  "clrName": "IsUnchangedToastedValue",
983
- "tsEmitName": "isUnchangedToastedValue",
984
757
  "metadataToken": 385876599,
985
758
  "canonicalSignature": ":System.Boolean",
986
759
  "normalizedSignature": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
987
760
  "emitScope": "ClassSurface",
761
+ "provenance": "Original",
988
762
  "isIndexer": false,
989
763
  "hasGetter": true,
990
764
  "hasSetter": false,
765
+ "isStatic": false,
766
+ "isAbstract": false,
767
+ "isVirtual": false,
768
+ "isOverride": false,
991
769
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
992
770
  "declaringAssemblyName": "Npgsql"
993
771
  }
994
772
  ],
995
773
  "fields": [],
996
774
  "events": [],
997
- "constructors": [],
998
- "exposedMethods": [
999
- {
1000
- "tsName": "getPostgresType",
1001
- "isStatic": false,
1002
- "tsSignatureId": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
1003
- "target": {
1004
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1005
- "declaringAssemblyName": "Npgsql",
1006
- "metadataToken": 100665978
1007
- }
1008
- },
1009
- {
1010
- "tsName": "getDataTypeName",
1011
- "isStatic": false,
1012
- "tsSignatureId": "GetDataTypeName|():System.String|static=false",
1013
- "target": {
1014
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1015
- "declaringAssemblyName": "Npgsql",
1016
- "metadataToken": 100665979
1017
- }
1018
- },
1019
- {
1020
- "tsName": "getFieldType",
1021
- "isStatic": false,
1022
- "tsSignatureId": "GetFieldType|():System.Type|static=false",
1023
- "target": {
1024
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1025
- "declaringAssemblyName": "Npgsql",
1026
- "metadataToken": 100665980
1027
- }
1028
- },
1029
- {
1030
- "tsName": "getFieldName",
1031
- "isStatic": false,
1032
- "tsSignatureId": "GetFieldName|():System.String|static=false",
1033
- "target": {
1034
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1035
- "declaringAssemblyName": "Npgsql",
1036
- "metadataToken": 100665981
1037
- }
1038
- },
1039
- {
1040
- "tsName": "get_",
1041
- "isStatic": false,
1042
- "tsSignatureId": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
1043
- "target": {
1044
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1045
- "declaringAssemblyName": "Npgsql",
1046
- "metadataToken": 100665982
1047
- }
1048
- },
1049
- {
1050
- "tsName": "get_",
1051
- "isStatic": false,
1052
- "tsSignatureId": "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",
1053
- "target": {
1054
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1055
- "declaringAssemblyName": "Npgsql",
1056
- "metadataToken": 100665983
1057
- }
1058
- },
1059
- {
1060
- "tsName": "getStream",
1061
- "isStatic": false,
1062
- "tsSignatureId": "GetStream|():System.IO.Stream|static=false",
1063
- "target": {
1064
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1065
- "declaringAssemblyName": "Npgsql",
1066
- "metadataToken": 100665984
1067
- }
1068
- },
1069
- {
1070
- "tsName": "getTextReader",
1071
- "isStatic": false,
1072
- "tsSignatureId": "GetTextReader|():System.IO.TextReader|static=false",
1073
- "target": {
1074
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1075
- "declaringAssemblyName": "Npgsql",
1076
- "metadataToken": 100665985
1077
- }
1078
- }
1079
- ],
1080
- "exposedProperties": [
1081
- {
1082
- "tsName": "length",
1083
- "isStatic": false,
1084
- "tsSignatureId": "Length|:System.Int32|static=false|accessor=get",
1085
- "target": {
1086
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1087
- "declaringAssemblyName": "Npgsql",
1088
- "metadataToken": 385876595
1089
- }
1090
- },
1091
- {
1092
- "tsName": "kind",
1093
- "isStatic": false,
1094
- "tsSignatureId": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
1095
- "target": {
1096
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1097
- "declaringAssemblyName": "Npgsql",
1098
- "metadataToken": 385876596
1099
- }
1100
- },
1101
- {
1102
- "tsName": "isDBNull",
1103
- "isStatic": false,
1104
- "tsSignatureId": "IsDBNull|:System.Boolean|static=false|accessor=get",
1105
- "target": {
1106
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1107
- "declaringAssemblyName": "Npgsql",
1108
- "metadataToken": 385876598
1109
- }
1110
- },
1111
- {
1112
- "tsName": "isUnchangedToastedValue",
1113
- "isStatic": false,
1114
- "tsSignatureId": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
1115
- "target": {
1116
- "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
1117
- "declaringAssemblyName": "Npgsql",
1118
- "metadataToken": 385876599
1119
- }
1120
- }
1121
- ]
775
+ "constructors": []
1122
776
  }
1123
777
  ]
1124
778
  }