@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.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,138 +1,117 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Replication",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
6
9
|
"clrName": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
7
|
-
"tsEmitName": "LogicalSlotSnapshotInitMode",
|
|
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.LogicalSlotSnapshotInitMode::value__System.Int32",
|
|
15
23
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
24
|
"metadataToken": 67110068,
|
|
18
25
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
26
|
"isStatic": false,
|
|
20
27
|
"isReadOnly": false,
|
|
28
|
+
"isLiteral": false,
|
|
21
29
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
22
30
|
"declaringAssemblyName": "Npgsql"
|
|
23
31
|
},
|
|
24
32
|
{
|
|
25
33
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::ExportNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
26
34
|
"clrName": "Export",
|
|
27
|
-
"tsEmitName": "export_",
|
|
28
35
|
"metadataToken": 67110069,
|
|
29
36
|
"normalizedSignature": "Export|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
30
37
|
"isStatic": true,
|
|
31
38
|
"isReadOnly": false,
|
|
39
|
+
"isLiteral": true,
|
|
32
40
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
33
41
|
"declaringAssemblyName": "Npgsql"
|
|
34
42
|
},
|
|
35
43
|
{
|
|
36
44
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::UseNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
37
45
|
"clrName": "Use",
|
|
38
|
-
"tsEmitName": "use",
|
|
39
46
|
"metadataToken": 67110070,
|
|
40
47
|
"normalizedSignature": "Use|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
41
48
|
"isStatic": true,
|
|
42
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": true,
|
|
43
51
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
44
52
|
"declaringAssemblyName": "Npgsql"
|
|
45
53
|
},
|
|
46
54
|
{
|
|
47
55
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::NoExportNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
48
56
|
"clrName": "NoExport",
|
|
49
|
-
"tsEmitName": "noExport",
|
|
50
57
|
"metadataToken": 67110071,
|
|
51
58
|
"normalizedSignature": "NoExport|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
52
59
|
"isStatic": true,
|
|
53
60
|
"isReadOnly": false,
|
|
61
|
+
"isLiteral": true,
|
|
54
62
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
55
63
|
"declaringAssemblyName": "Npgsql"
|
|
56
64
|
}
|
|
57
65
|
],
|
|
58
66
|
"events": [],
|
|
59
|
-
"constructors": []
|
|
60
|
-
"exposedFields": [
|
|
61
|
-
{
|
|
62
|
-
"tsName": "value__",
|
|
63
|
-
"isStatic": false,
|
|
64
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
65
|
-
"target": {
|
|
66
|
-
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
67
|
-
"declaringAssemblyName": "Npgsql",
|
|
68
|
-
"metadataToken": 67110068
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"tsName": "export_",
|
|
73
|
-
"isStatic": true,
|
|
74
|
-
"tsSignatureId": "Export|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
75
|
-
"target": {
|
|
76
|
-
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
77
|
-
"declaringAssemblyName": "Npgsql",
|
|
78
|
-
"metadataToken": 67110069
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"tsName": "use",
|
|
83
|
-
"isStatic": true,
|
|
84
|
-
"tsSignatureId": "Use|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
87
|
-
"declaringAssemblyName": "Npgsql",
|
|
88
|
-
"metadataToken": 67110070
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"tsName": "noExport",
|
|
93
|
-
"isStatic": true,
|
|
94
|
-
"tsSignatureId": "NoExport|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
95
|
-
"target": {
|
|
96
|
-
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
97
|
-
"declaringAssemblyName": "Npgsql",
|
|
98
|
-
"metadataToken": 67110071
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
]
|
|
67
|
+
"constructors": []
|
|
102
68
|
},
|
|
103
69
|
{
|
|
104
70
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions",
|
|
105
71
|
"clrName": "Npgsql.Replication.ReplicationSlotOptions",
|
|
106
|
-
"tsEmitName": "ReplicationSlotOptions",
|
|
107
72
|
"assemblyName": "Npgsql",
|
|
108
73
|
"metadataToken": 0,
|
|
74
|
+
"kind": "Struct",
|
|
75
|
+
"accessibility": "Public",
|
|
76
|
+
"isAbstract": false,
|
|
77
|
+
"isSealed": true,
|
|
78
|
+
"isStatic": false,
|
|
79
|
+
"arity": 0,
|
|
109
80
|
"methods": [],
|
|
110
81
|
"properties": [
|
|
111
82
|
{
|
|
112
83
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions::SlotName:System.String",
|
|
113
84
|
"clrName": "SlotName",
|
|
114
|
-
"tsEmitName": "slotName",
|
|
115
85
|
"metadataToken": 385876568,
|
|
116
86
|
"canonicalSignature": ":System.String",
|
|
117
87
|
"normalizedSignature": "SlotName|:System.String|static=false|accessor=get",
|
|
118
88
|
"emitScope": "ClassSurface",
|
|
89
|
+
"provenance": "Original",
|
|
119
90
|
"isIndexer": false,
|
|
120
91
|
"hasGetter": true,
|
|
121
92
|
"hasSetter": false,
|
|
93
|
+
"isStatic": false,
|
|
94
|
+
"isAbstract": false,
|
|
95
|
+
"isVirtual": false,
|
|
96
|
+
"isOverride": false,
|
|
122
97
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
123
98
|
"declaringAssemblyName": "Npgsql"
|
|
124
99
|
},
|
|
125
100
|
{
|
|
126
101
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions::ConsistentPoint:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
127
102
|
"clrName": "ConsistentPoint",
|
|
128
|
-
"tsEmitName": "consistentPoint",
|
|
129
103
|
"metadataToken": 385876569,
|
|
130
104
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
131
105
|
"normalizedSignature": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
132
106
|
"emitScope": "ClassSurface",
|
|
107
|
+
"provenance": "Original",
|
|
133
108
|
"isIndexer": false,
|
|
134
109
|
"hasGetter": true,
|
|
135
110
|
"hasSetter": false,
|
|
111
|
+
"isStatic": false,
|
|
112
|
+
"isAbstract": false,
|
|
113
|
+
"isVirtual": false,
|
|
114
|
+
"isOverride": false,
|
|
136
115
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
137
116
|
"declaringAssemblyName": "Npgsql"
|
|
138
117
|
}
|
|
@@ -160,119 +139,73 @@
|
|
|
160
139
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
161
140
|
"declaringAssemblyName": "Npgsql"
|
|
162
141
|
}
|
|
163
|
-
],
|
|
164
|
-
"exposedProperties": [
|
|
165
|
-
{
|
|
166
|
-
"tsName": "slotName",
|
|
167
|
-
"isStatic": false,
|
|
168
|
-
"tsSignatureId": "SlotName|:System.String|static=false|accessor=get",
|
|
169
|
-
"target": {
|
|
170
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
171
|
-
"declaringAssemblyName": "Npgsql",
|
|
172
|
-
"metadataToken": 385876568
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"tsName": "consistentPoint",
|
|
177
|
-
"isStatic": false,
|
|
178
|
-
"tsSignatureId": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
179
|
-
"target": {
|
|
180
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
181
|
-
"declaringAssemblyName": "Npgsql",
|
|
182
|
-
"metadataToken": 385876569
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"exposedConstructors": [
|
|
187
|
-
{
|
|
188
|
-
"isStatic": false,
|
|
189
|
-
"tsSignatureId": "constructor|(System.String,System.String):void|static=false",
|
|
190
|
-
"target": {
|
|
191
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
192
|
-
"declaringAssemblyName": "Npgsql",
|
|
193
|
-
"metadataToken": 100665891
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"isStatic": false,
|
|
198
|
-
"tsSignatureId": "constructor|(System.String,NpgsqlTypes.NpgsqlLogSequenceNumber):void|static=false",
|
|
199
|
-
"target": {
|
|
200
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
201
|
-
"declaringAssemblyName": "Npgsql",
|
|
202
|
-
"metadataToken": 100665892
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
142
|
]
|
|
206
143
|
},
|
|
207
144
|
{
|
|
208
145
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile",
|
|
209
146
|
"clrName": "Npgsql.Replication.TimelineHistoryFile",
|
|
210
|
-
"tsEmitName": "TimelineHistoryFile",
|
|
211
147
|
"assemblyName": "Npgsql",
|
|
212
148
|
"metadataToken": 0,
|
|
149
|
+
"kind": "Struct",
|
|
150
|
+
"accessibility": "Public",
|
|
151
|
+
"isAbstract": false,
|
|
152
|
+
"isSealed": true,
|
|
153
|
+
"isStatic": false,
|
|
154
|
+
"arity": 0,
|
|
213
155
|
"methods": [],
|
|
214
156
|
"properties": [
|
|
215
157
|
{
|
|
216
158
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile::FileName:System.String",
|
|
217
159
|
"clrName": "FileName",
|
|
218
|
-
"tsEmitName": "fileName",
|
|
219
160
|
"metadataToken": 385876575,
|
|
220
161
|
"canonicalSignature": ":System.String",
|
|
221
162
|
"normalizedSignature": "FileName|:System.String|static=false|accessor=get",
|
|
222
163
|
"emitScope": "ClassSurface",
|
|
164
|
+
"provenance": "Original",
|
|
223
165
|
"isIndexer": false,
|
|
224
166
|
"hasGetter": true,
|
|
225
167
|
"hasSetter": false,
|
|
168
|
+
"isStatic": false,
|
|
169
|
+
"isAbstract": false,
|
|
170
|
+
"isVirtual": false,
|
|
171
|
+
"isOverride": false,
|
|
226
172
|
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
227
173
|
"declaringAssemblyName": "Npgsql"
|
|
228
174
|
},
|
|
229
175
|
{
|
|
230
176
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile::Content:System.Byte[]",
|
|
231
177
|
"clrName": "Content",
|
|
232
|
-
"tsEmitName": "content",
|
|
233
178
|
"metadataToken": 385876576,
|
|
234
179
|
"canonicalSignature": ":System.Byte[]",
|
|
235
180
|
"normalizedSignature": "Content|:System.Byte[]|static=false|accessor=get",
|
|
236
181
|
"emitScope": "ClassSurface",
|
|
182
|
+
"provenance": "Original",
|
|
237
183
|
"isIndexer": false,
|
|
238
184
|
"hasGetter": true,
|
|
239
185
|
"hasSetter": false,
|
|
186
|
+
"isStatic": false,
|
|
187
|
+
"isAbstract": false,
|
|
188
|
+
"isVirtual": false,
|
|
189
|
+
"isOverride": false,
|
|
240
190
|
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
241
191
|
"declaringAssemblyName": "Npgsql"
|
|
242
192
|
}
|
|
243
193
|
],
|
|
244
194
|
"fields": [],
|
|
245
195
|
"events": [],
|
|
246
|
-
"constructors": []
|
|
247
|
-
"exposedProperties": [
|
|
248
|
-
{
|
|
249
|
-
"tsName": "fileName",
|
|
250
|
-
"isStatic": false,
|
|
251
|
-
"tsSignatureId": "FileName|:System.String|static=false|accessor=get",
|
|
252
|
-
"target": {
|
|
253
|
-
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
254
|
-
"declaringAssemblyName": "Npgsql",
|
|
255
|
-
"metadataToken": 385876575
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"tsName": "content",
|
|
260
|
-
"isStatic": false,
|
|
261
|
-
"tsSignatureId": "Content|:System.Byte[]|static=false|accessor=get",
|
|
262
|
-
"target": {
|
|
263
|
-
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
264
|
-
"declaringAssemblyName": "Npgsql",
|
|
265
|
-
"metadataToken": 385876576
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
]
|
|
196
|
+
"constructors": []
|
|
269
197
|
},
|
|
270
198
|
{
|
|
271
199
|
"stableId": "Npgsql:Npgsql.Replication.LogicalReplicationConnection",
|
|
272
200
|
"clrName": "Npgsql.Replication.LogicalReplicationConnection",
|
|
273
|
-
"tsEmitName": "LogicalReplicationConnection",
|
|
274
201
|
"assemblyName": "Npgsql",
|
|
275
202
|
"metadataToken": 0,
|
|
203
|
+
"kind": "Class",
|
|
204
|
+
"accessibility": "Public",
|
|
205
|
+
"isAbstract": false,
|
|
206
|
+
"isSealed": true,
|
|
207
|
+
"isStatic": false,
|
|
208
|
+
"arity": 0,
|
|
276
209
|
"methods": [],
|
|
277
210
|
"properties": [],
|
|
278
211
|
"fields": [],
|
|
@@ -298,239 +231,35 @@
|
|
|
298
231
|
"declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
|
|
299
232
|
"declaringAssemblyName": "Npgsql"
|
|
300
233
|
}
|
|
301
|
-
],
|
|
302
|
-
"exposedMethods": [
|
|
303
|
-
{
|
|
304
|
-
"tsName": "open",
|
|
305
|
-
"isStatic": false,
|
|
306
|
-
"tsSignatureId": "Open|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
307
|
-
"target": {
|
|
308
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
309
|
-
"declaringAssemblyName": "Npgsql",
|
|
310
|
-
"metadataToken": 100665857
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"tsName": "disposeAsync",
|
|
315
|
-
"isStatic": false,
|
|
316
|
-
"tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
317
|
-
"target": {
|
|
318
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
319
|
-
"declaringAssemblyName": "Npgsql",
|
|
320
|
-
"metadataToken": 100665858
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"tsName": "identifySystem",
|
|
325
|
-
"isStatic": false,
|
|
326
|
-
"tsSignatureId": "IdentifySystem|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
327
|
-
"target": {
|
|
328
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
329
|
-
"declaringAssemblyName": "Npgsql",
|
|
330
|
-
"metadataToken": 100665859
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"tsName": "show",
|
|
335
|
-
"isStatic": false,
|
|
336
|
-
"tsSignatureId": "Show|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
337
|
-
"target": {
|
|
338
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
339
|
-
"declaringAssemblyName": "Npgsql",
|
|
340
|
-
"metadataToken": 100665860
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"tsName": "timelineHistory",
|
|
345
|
-
"isStatic": false,
|
|
346
|
-
"tsSignatureId": "TimelineHistory|(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
347
|
-
"target": {
|
|
348
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
349
|
-
"declaringAssemblyName": "Npgsql",
|
|
350
|
-
"metadataToken": 100665861
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"tsName": "setReplicationStatus",
|
|
355
|
-
"isStatic": false,
|
|
356
|
-
"tsSignatureId": "SetReplicationStatus|(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void|static=false",
|
|
357
|
-
"target": {
|
|
358
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
359
|
-
"declaringAssemblyName": "Npgsql",
|
|
360
|
-
"metadataToken": 100665866
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"tsName": "sendStatusUpdate",
|
|
365
|
-
"isStatic": false,
|
|
366
|
-
"tsSignatureId": "SendStatusUpdate|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
367
|
-
"target": {
|
|
368
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
369
|
-
"declaringAssemblyName": "Npgsql",
|
|
370
|
-
"metadataToken": 100665867
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"tsName": "dropReplicationSlot",
|
|
375
|
-
"isStatic": false,
|
|
376
|
-
"tsSignatureId": "DropReplicationSlot|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
377
|
-
"target": {
|
|
378
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
379
|
-
"declaringAssemblyName": "Npgsql",
|
|
380
|
-
"metadataToken": 100665871
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"exposedProperties": [
|
|
385
|
-
{
|
|
386
|
-
"tsName": "connectionString",
|
|
387
|
-
"isStatic": false,
|
|
388
|
-
"tsSignatureId": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
389
|
-
"target": {
|
|
390
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
391
|
-
"declaringAssemblyName": "Npgsql",
|
|
392
|
-
"metadataToken": 385876551
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"tsName": "lastReceivedLsn",
|
|
397
|
-
"isStatic": false,
|
|
398
|
-
"tsSignatureId": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
399
|
-
"target": {
|
|
400
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
401
|
-
"declaringAssemblyName": "Npgsql",
|
|
402
|
-
"metadataToken": 385876552
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"tsName": "lastFlushedLsn",
|
|
407
|
-
"isStatic": false,
|
|
408
|
-
"tsSignatureId": "LastFlushedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
409
|
-
"target": {
|
|
410
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
411
|
-
"declaringAssemblyName": "Npgsql",
|
|
412
|
-
"metadataToken": 385876553
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"tsName": "lastAppliedLsn",
|
|
417
|
-
"isStatic": false,
|
|
418
|
-
"tsSignatureId": "LastAppliedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
419
|
-
"target": {
|
|
420
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
421
|
-
"declaringAssemblyName": "Npgsql",
|
|
422
|
-
"metadataToken": 385876554
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"tsName": "walReceiverStatusInterval",
|
|
427
|
-
"isStatic": false,
|
|
428
|
-
"tsSignatureId": "WalReceiverStatusInterval|:System.TimeSpan|static=false|accessor=getset",
|
|
429
|
-
"target": {
|
|
430
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
431
|
-
"declaringAssemblyName": "Npgsql",
|
|
432
|
-
"metadataToken": 385876555
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"tsName": "walReceiverTimeout",
|
|
437
|
-
"isStatic": false,
|
|
438
|
-
"tsSignatureId": "WalReceiverTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
439
|
-
"target": {
|
|
440
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
441
|
-
"declaringAssemblyName": "Npgsql",
|
|
442
|
-
"metadataToken": 385876556
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"tsName": "postgreSqlVersion",
|
|
447
|
-
"isStatic": false,
|
|
448
|
-
"tsSignatureId": "PostgreSqlVersion|:System.Version|static=false|accessor=get",
|
|
449
|
-
"target": {
|
|
450
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
451
|
-
"declaringAssemblyName": "Npgsql",
|
|
452
|
-
"metadataToken": 385876558
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"tsName": "serverVersion",
|
|
457
|
-
"isStatic": false,
|
|
458
|
-
"tsSignatureId": "ServerVersion|:System.String|static=false|accessor=get",
|
|
459
|
-
"target": {
|
|
460
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
461
|
-
"declaringAssemblyName": "Npgsql",
|
|
462
|
-
"metadataToken": 385876559
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"tsName": "commandTimeout",
|
|
467
|
-
"isStatic": false,
|
|
468
|
-
"tsSignatureId": "CommandTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
469
|
-
"target": {
|
|
470
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
471
|
-
"declaringAssemblyName": "Npgsql",
|
|
472
|
-
"metadataToken": 385876561
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"tsName": "encoding",
|
|
477
|
-
"isStatic": false,
|
|
478
|
-
"tsSignatureId": "Encoding|:System.Text.Encoding|static=false|accessor=get",
|
|
479
|
-
"target": {
|
|
480
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
481
|
-
"declaringAssemblyName": "Npgsql",
|
|
482
|
-
"metadataToken": 385876562
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"tsName": "processID",
|
|
487
|
-
"isStatic": false,
|
|
488
|
-
"tsSignatureId": "ProcessID|:System.Int32|static=false|accessor=get",
|
|
489
|
-
"target": {
|
|
490
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
491
|
-
"declaringAssemblyName": "Npgsql",
|
|
492
|
-
"metadataToken": 385876563
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
],
|
|
496
|
-
"exposedConstructors": [
|
|
497
|
-
{
|
|
498
|
-
"isStatic": false,
|
|
499
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
500
|
-
"target": {
|
|
501
|
-
"declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
|
|
502
|
-
"declaringAssemblyName": "Npgsql",
|
|
503
|
-
"metadataToken": 100665815
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"isStatic": false,
|
|
508
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
509
|
-
"target": {
|
|
510
|
-
"declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
|
|
511
|
-
"declaringAssemblyName": "Npgsql",
|
|
512
|
-
"metadataToken": 100665816
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
234
|
]
|
|
516
235
|
},
|
|
517
236
|
{
|
|
518
237
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection",
|
|
519
238
|
"clrName": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
520
|
-
"tsEmitName": "PhysicalReplicationConnection",
|
|
521
239
|
"assemblyName": "Npgsql",
|
|
522
240
|
"metadataToken": 0,
|
|
241
|
+
"kind": "Class",
|
|
242
|
+
"accessibility": "Public",
|
|
243
|
+
"isAbstract": false,
|
|
244
|
+
"isSealed": true,
|
|
245
|
+
"isStatic": false,
|
|
246
|
+
"arity": 0,
|
|
523
247
|
"methods": [
|
|
524
248
|
{
|
|
525
249
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::CreateReplicationSlot(System.String,System.Boolean,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
526
250
|
"clrName": "CreateReplicationSlot",
|
|
527
|
-
"tsEmitName": "createReplicationSlot",
|
|
528
251
|
"metadataToken": 100665824,
|
|
529
252
|
"canonicalSignature": "(System.String,System.Boolean,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
530
253
|
"normalizedSignature": "CreateReplicationSlot|(System.String,System.Boolean,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
531
254
|
"emitScope": "ClassSurface",
|
|
255
|
+
"provenance": "Original",
|
|
532
256
|
"arity": 0,
|
|
533
257
|
"parameterCount": 4,
|
|
258
|
+
"isStatic": false,
|
|
259
|
+
"isAbstract": false,
|
|
260
|
+
"isVirtual": false,
|
|
261
|
+
"isOverride": false,
|
|
262
|
+
"isSealed": false,
|
|
534
263
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
535
264
|
"declaringAssemblyName": "Npgsql",
|
|
536
265
|
"isExtensionMethod": false
|
|
@@ -538,13 +267,18 @@
|
|
|
538
267
|
{
|
|
539
268
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::ReadReplicationSlot(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
540
269
|
"clrName": "ReadReplicationSlot",
|
|
541
|
-
"tsEmitName": "readReplicationSlot",
|
|
542
270
|
"metadataToken": 100665825,
|
|
543
271
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
544
272
|
"normalizedSignature": "ReadReplicationSlot|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
545
273
|
"emitScope": "ClassSurface",
|
|
274
|
+
"provenance": "Original",
|
|
546
275
|
"arity": 0,
|
|
547
276
|
"parameterCount": 2,
|
|
277
|
+
"isStatic": false,
|
|
278
|
+
"isAbstract": false,
|
|
279
|
+
"isVirtual": false,
|
|
280
|
+
"isOverride": false,
|
|
281
|
+
"isSealed": false,
|
|
548
282
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
549
283
|
"declaringAssemblyName": "Npgsql",
|
|
550
284
|
"isExtensionMethod": false
|
|
@@ -552,13 +286,18 @@
|
|
|
552
286
|
{
|
|
553
287
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::StartReplication(Npgsql.Replication.PhysicalReplicationSlot,NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
554
288
|
"clrName": "StartReplication",
|
|
555
|
-
"tsEmitName": "startReplication",
|
|
556
289
|
"metadataToken": 100665826,
|
|
557
290
|
"canonicalSignature": "(Npgsql.Replication.PhysicalReplicationSlot,NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
558
291
|
"normalizedSignature": "StartReplication|(Npgsql.Replication.PhysicalReplicationSlot,NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
559
292
|
"emitScope": "ClassSurface",
|
|
293
|
+
"provenance": "Original",
|
|
560
294
|
"arity": 0,
|
|
561
295
|
"parameterCount": 4,
|
|
296
|
+
"isStatic": false,
|
|
297
|
+
"isAbstract": false,
|
|
298
|
+
"isVirtual": false,
|
|
299
|
+
"isOverride": false,
|
|
300
|
+
"isSealed": false,
|
|
562
301
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
563
302
|
"declaringAssemblyName": "Npgsql",
|
|
564
303
|
"isExtensionMethod": false
|
|
@@ -566,13 +305,18 @@
|
|
|
566
305
|
{
|
|
567
306
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::StartReplication(NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
568
307
|
"clrName": "StartReplication",
|
|
569
|
-
"tsEmitName": "startReplication",
|
|
570
308
|
"metadataToken": 100665827,
|
|
571
309
|
"canonicalSignature": "(NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
572
310
|
"normalizedSignature": "StartReplication|(NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
573
311
|
"emitScope": "ClassSurface",
|
|
312
|
+
"provenance": "Original",
|
|
574
313
|
"arity": 0,
|
|
575
314
|
"parameterCount": 3,
|
|
315
|
+
"isStatic": false,
|
|
316
|
+
"isAbstract": false,
|
|
317
|
+
"isVirtual": false,
|
|
318
|
+
"isOverride": false,
|
|
319
|
+
"isSealed": false,
|
|
576
320
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
577
321
|
"declaringAssemblyName": "Npgsql",
|
|
578
322
|
"isExtensionMethod": false
|
|
@@ -580,13 +324,18 @@
|
|
|
580
324
|
{
|
|
581
325
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::StartReplication(Npgsql.Replication.PhysicalReplicationSlot,System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
582
326
|
"clrName": "StartReplication",
|
|
583
|
-
"tsEmitName": "startReplication",
|
|
584
327
|
"metadataToken": 100665828,
|
|
585
328
|
"canonicalSignature": "(Npgsql.Replication.PhysicalReplicationSlot,System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
586
329
|
"normalizedSignature": "StartReplication|(Npgsql.Replication.PhysicalReplicationSlot,System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
587
330
|
"emitScope": "ClassSurface",
|
|
331
|
+
"provenance": "Original",
|
|
588
332
|
"arity": 0,
|
|
589
333
|
"parameterCount": 2,
|
|
334
|
+
"isStatic": false,
|
|
335
|
+
"isAbstract": false,
|
|
336
|
+
"isVirtual": false,
|
|
337
|
+
"isOverride": false,
|
|
338
|
+
"isSealed": false,
|
|
590
339
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
591
340
|
"declaringAssemblyName": "Npgsql",
|
|
592
341
|
"isExtensionMethod": false
|
|
@@ -616,305 +365,54 @@
|
|
|
616
365
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
617
366
|
"declaringAssemblyName": "Npgsql"
|
|
618
367
|
}
|
|
619
|
-
],
|
|
620
|
-
"exposedMethods": [
|
|
621
|
-
{
|
|
622
|
-
"tsName": "createReplicationSlot",
|
|
623
|
-
"isStatic": false,
|
|
624
|
-
"tsSignatureId": "CreateReplicationSlot|(System.String,System.Boolean,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
625
|
-
"target": {
|
|
626
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
627
|
-
"declaringAssemblyName": "Npgsql",
|
|
628
|
-
"metadataToken": 100665824
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"tsName": "readReplicationSlot",
|
|
633
|
-
"isStatic": false,
|
|
634
|
-
"tsSignatureId": "ReadReplicationSlot|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
635
|
-
"target": {
|
|
636
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
637
|
-
"declaringAssemblyName": "Npgsql",
|
|
638
|
-
"metadataToken": 100665825
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"tsName": "startReplication",
|
|
643
|
-
"isStatic": false,
|
|
644
|
-
"tsSignatureId": "StartReplication|(Npgsql.Replication.PhysicalReplicationSlot,NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
645
|
-
"target": {
|
|
646
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
647
|
-
"declaringAssemblyName": "Npgsql",
|
|
648
|
-
"metadataToken": 100665826
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"tsName": "startReplication",
|
|
653
|
-
"isStatic": false,
|
|
654
|
-
"tsSignatureId": "StartReplication|(NpgsqlTypes.NpgsqlLogSequenceNumber,System.Threading.CancellationToken,System.UInt32):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
655
|
-
"target": {
|
|
656
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
657
|
-
"declaringAssemblyName": "Npgsql",
|
|
658
|
-
"metadataToken": 100665827
|
|
659
|
-
}
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"tsName": "startReplication",
|
|
663
|
-
"isStatic": false,
|
|
664
|
-
"tsSignatureId": "StartReplication|(Npgsql.Replication.PhysicalReplicationSlot,System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.XLogDataMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
665
|
-
"target": {
|
|
666
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
667
|
-
"declaringAssemblyName": "Npgsql",
|
|
668
|
-
"metadataToken": 100665828
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"tsName": "open",
|
|
673
|
-
"isStatic": false,
|
|
674
|
-
"tsSignatureId": "Open|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
675
|
-
"target": {
|
|
676
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
677
|
-
"declaringAssemblyName": "Npgsql",
|
|
678
|
-
"metadataToken": 100665857
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"tsName": "disposeAsync",
|
|
683
|
-
"isStatic": false,
|
|
684
|
-
"tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
685
|
-
"target": {
|
|
686
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
687
|
-
"declaringAssemblyName": "Npgsql",
|
|
688
|
-
"metadataToken": 100665858
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"tsName": "identifySystem",
|
|
693
|
-
"isStatic": false,
|
|
694
|
-
"tsSignatureId": "IdentifySystem|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
695
|
-
"target": {
|
|
696
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
697
|
-
"declaringAssemblyName": "Npgsql",
|
|
698
|
-
"metadataToken": 100665859
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"tsName": "show",
|
|
703
|
-
"isStatic": false,
|
|
704
|
-
"tsSignatureId": "Show|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
705
|
-
"target": {
|
|
706
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
707
|
-
"declaringAssemblyName": "Npgsql",
|
|
708
|
-
"metadataToken": 100665860
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"tsName": "timelineHistory",
|
|
713
|
-
"isStatic": false,
|
|
714
|
-
"tsSignatureId": "TimelineHistory|(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
715
|
-
"target": {
|
|
716
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
717
|
-
"declaringAssemblyName": "Npgsql",
|
|
718
|
-
"metadataToken": 100665861
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"tsName": "setReplicationStatus",
|
|
723
|
-
"isStatic": false,
|
|
724
|
-
"tsSignatureId": "SetReplicationStatus|(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void|static=false",
|
|
725
|
-
"target": {
|
|
726
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
727
|
-
"declaringAssemblyName": "Npgsql",
|
|
728
|
-
"metadataToken": 100665866
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"tsName": "sendStatusUpdate",
|
|
733
|
-
"isStatic": false,
|
|
734
|
-
"tsSignatureId": "SendStatusUpdate|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
735
|
-
"target": {
|
|
736
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
737
|
-
"declaringAssemblyName": "Npgsql",
|
|
738
|
-
"metadataToken": 100665867
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"tsName": "dropReplicationSlot",
|
|
743
|
-
"isStatic": false,
|
|
744
|
-
"tsSignatureId": "DropReplicationSlot|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
745
|
-
"target": {
|
|
746
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
747
|
-
"declaringAssemblyName": "Npgsql",
|
|
748
|
-
"metadataToken": 100665871
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"exposedProperties": [
|
|
753
|
-
{
|
|
754
|
-
"tsName": "connectionString",
|
|
755
|
-
"isStatic": false,
|
|
756
|
-
"tsSignatureId": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
757
|
-
"target": {
|
|
758
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
759
|
-
"declaringAssemblyName": "Npgsql",
|
|
760
|
-
"metadataToken": 385876551
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"tsName": "lastReceivedLsn",
|
|
765
|
-
"isStatic": false,
|
|
766
|
-
"tsSignatureId": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
767
|
-
"target": {
|
|
768
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
769
|
-
"declaringAssemblyName": "Npgsql",
|
|
770
|
-
"metadataToken": 385876552
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"tsName": "lastFlushedLsn",
|
|
775
|
-
"isStatic": false,
|
|
776
|
-
"tsSignatureId": "LastFlushedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
777
|
-
"target": {
|
|
778
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
779
|
-
"declaringAssemblyName": "Npgsql",
|
|
780
|
-
"metadataToken": 385876553
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"tsName": "lastAppliedLsn",
|
|
785
|
-
"isStatic": false,
|
|
786
|
-
"tsSignatureId": "LastAppliedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
787
|
-
"target": {
|
|
788
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
789
|
-
"declaringAssemblyName": "Npgsql",
|
|
790
|
-
"metadataToken": 385876554
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"tsName": "walReceiverStatusInterval",
|
|
795
|
-
"isStatic": false,
|
|
796
|
-
"tsSignatureId": "WalReceiverStatusInterval|:System.TimeSpan|static=false|accessor=getset",
|
|
797
|
-
"target": {
|
|
798
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
799
|
-
"declaringAssemblyName": "Npgsql",
|
|
800
|
-
"metadataToken": 385876555
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"tsName": "walReceiverTimeout",
|
|
805
|
-
"isStatic": false,
|
|
806
|
-
"tsSignatureId": "WalReceiverTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
807
|
-
"target": {
|
|
808
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
809
|
-
"declaringAssemblyName": "Npgsql",
|
|
810
|
-
"metadataToken": 385876556
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"tsName": "postgreSqlVersion",
|
|
815
|
-
"isStatic": false,
|
|
816
|
-
"tsSignatureId": "PostgreSqlVersion|:System.Version|static=false|accessor=get",
|
|
817
|
-
"target": {
|
|
818
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
819
|
-
"declaringAssemblyName": "Npgsql",
|
|
820
|
-
"metadataToken": 385876558
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"tsName": "serverVersion",
|
|
825
|
-
"isStatic": false,
|
|
826
|
-
"tsSignatureId": "ServerVersion|:System.String|static=false|accessor=get",
|
|
827
|
-
"target": {
|
|
828
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
829
|
-
"declaringAssemblyName": "Npgsql",
|
|
830
|
-
"metadataToken": 385876559
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"tsName": "commandTimeout",
|
|
835
|
-
"isStatic": false,
|
|
836
|
-
"tsSignatureId": "CommandTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
837
|
-
"target": {
|
|
838
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
839
|
-
"declaringAssemblyName": "Npgsql",
|
|
840
|
-
"metadataToken": 385876561
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"tsName": "encoding",
|
|
845
|
-
"isStatic": false,
|
|
846
|
-
"tsSignatureId": "Encoding|:System.Text.Encoding|static=false|accessor=get",
|
|
847
|
-
"target": {
|
|
848
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
849
|
-
"declaringAssemblyName": "Npgsql",
|
|
850
|
-
"metadataToken": 385876562
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"tsName": "processID",
|
|
855
|
-
"isStatic": false,
|
|
856
|
-
"tsSignatureId": "ProcessID|:System.Int32|static=false|accessor=get",
|
|
857
|
-
"target": {
|
|
858
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
859
|
-
"declaringAssemblyName": "Npgsql",
|
|
860
|
-
"metadataToken": 385876563
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
],
|
|
864
|
-
"exposedConstructors": [
|
|
865
|
-
{
|
|
866
|
-
"isStatic": false,
|
|
867
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
868
|
-
"target": {
|
|
869
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
870
|
-
"declaringAssemblyName": "Npgsql",
|
|
871
|
-
"metadataToken": 100665822
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"isStatic": false,
|
|
876
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
877
|
-
"target": {
|
|
878
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
879
|
-
"declaringAssemblyName": "Npgsql",
|
|
880
|
-
"metadataToken": 100665823
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
368
|
]
|
|
884
369
|
},
|
|
885
370
|
{
|
|
886
371
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot",
|
|
887
372
|
"clrName": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
888
|
-
"tsEmitName": "PhysicalReplicationSlot",
|
|
889
373
|
"assemblyName": "Npgsql",
|
|
890
374
|
"metadataToken": 0,
|
|
375
|
+
"kind": "Class",
|
|
376
|
+
"accessibility": "Public",
|
|
377
|
+
"isAbstract": false,
|
|
378
|
+
"isSealed": false,
|
|
379
|
+
"isStatic": false,
|
|
380
|
+
"arity": 0,
|
|
891
381
|
"methods": [],
|
|
892
382
|
"properties": [
|
|
893
383
|
{
|
|
894
384
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot::RestartLsn:System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
895
385
|
"clrName": "RestartLsn",
|
|
896
|
-
"tsEmitName": "restartLsn",
|
|
897
386
|
"metadataToken": 385876548,
|
|
898
387
|
"canonicalSignature": ":System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
899
388
|
"normalizedSignature": "RestartLsn|:System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
900
389
|
"emitScope": "ClassSurface",
|
|
390
|
+
"provenance": "Original",
|
|
901
391
|
"isIndexer": false,
|
|
902
392
|
"hasGetter": true,
|
|
903
393
|
"hasSetter": false,
|
|
394
|
+
"isStatic": false,
|
|
395
|
+
"isAbstract": false,
|
|
396
|
+
"isVirtual": false,
|
|
397
|
+
"isOverride": false,
|
|
904
398
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
905
399
|
"declaringAssemblyName": "Npgsql"
|
|
906
400
|
},
|
|
907
401
|
{
|
|
908
402
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot::RestartTimeline:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
909
403
|
"clrName": "RestartTimeline",
|
|
910
|
-
"tsEmitName": "restartTimeline",
|
|
911
404
|
"metadataToken": 385876549,
|
|
912
405
|
"canonicalSignature": ":System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
913
406
|
"normalizedSignature": "RestartTimeline|:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
914
407
|
"emitScope": "ClassSurface",
|
|
408
|
+
"provenance": "Original",
|
|
915
409
|
"isIndexer": false,
|
|
916
410
|
"hasGetter": true,
|
|
917
411
|
"hasSetter": false,
|
|
412
|
+
"isStatic": false,
|
|
413
|
+
"isAbstract": false,
|
|
414
|
+
"isVirtual": false,
|
|
415
|
+
"isOverride": false,
|
|
918
416
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
919
417
|
"declaringAssemblyName": "Npgsql"
|
|
920
418
|
}
|
|
@@ -932,68 +430,35 @@
|
|
|
932
430
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
933
431
|
"declaringAssemblyName": "Npgsql"
|
|
934
432
|
}
|
|
935
|
-
],
|
|
936
|
-
"exposedProperties": [
|
|
937
|
-
{
|
|
938
|
-
"tsName": "restartLsn",
|
|
939
|
-
"isStatic": false,
|
|
940
|
-
"tsSignatureId": "RestartLsn|:System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
941
|
-
"target": {
|
|
942
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
943
|
-
"declaringAssemblyName": "Npgsql",
|
|
944
|
-
"metadataToken": 385876548
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"tsName": "restartTimeline",
|
|
949
|
-
"isStatic": false,
|
|
950
|
-
"tsSignatureId": "RestartTimeline|:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
951
|
-
"target": {
|
|
952
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
953
|
-
"declaringAssemblyName": "Npgsql",
|
|
954
|
-
"metadataToken": 385876549
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"tsName": "name",
|
|
959
|
-
"isStatic": false,
|
|
960
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
961
|
-
"target": {
|
|
962
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlot",
|
|
963
|
-
"declaringAssemblyName": "Npgsql",
|
|
964
|
-
"metadataToken": 385876567
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
],
|
|
968
|
-
"exposedConstructors": [
|
|
969
|
-
{
|
|
970
|
-
"isStatic": false,
|
|
971
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
972
|
-
"target": {
|
|
973
|
-
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
974
|
-
"declaringAssemblyName": "Npgsql",
|
|
975
|
-
"metadataToken": 100665830
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
433
|
]
|
|
979
434
|
},
|
|
980
435
|
{
|
|
981
436
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
|
|
982
437
|
"clrName": "Npgsql.Replication.ReplicationConnection",
|
|
983
|
-
"tsEmitName": "ReplicationConnection",
|
|
984
438
|
"assemblyName": "Npgsql",
|
|
985
439
|
"metadataToken": 0,
|
|
440
|
+
"kind": "Class",
|
|
441
|
+
"accessibility": "Public",
|
|
442
|
+
"isAbstract": true,
|
|
443
|
+
"isSealed": false,
|
|
444
|
+
"isStatic": false,
|
|
445
|
+
"arity": 0,
|
|
986
446
|
"methods": [
|
|
987
447
|
{
|
|
988
448
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Open(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
989
449
|
"clrName": "Open",
|
|
990
|
-
"tsEmitName": "open",
|
|
991
450
|
"metadataToken": 100665857,
|
|
992
451
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
993
452
|
"normalizedSignature": "Open|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
994
453
|
"emitScope": "ClassSurface",
|
|
454
|
+
"provenance": "Original",
|
|
995
455
|
"arity": 0,
|
|
996
456
|
"parameterCount": 1,
|
|
457
|
+
"isStatic": false,
|
|
458
|
+
"isAbstract": false,
|
|
459
|
+
"isVirtual": false,
|
|
460
|
+
"isOverride": false,
|
|
461
|
+
"isSealed": false,
|
|
997
462
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
998
463
|
"declaringAssemblyName": "Npgsql",
|
|
999
464
|
"isExtensionMethod": false
|
|
@@ -1001,13 +466,18 @@
|
|
|
1001
466
|
{
|
|
1002
467
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
1003
468
|
"clrName": "DisposeAsync",
|
|
1004
|
-
"tsEmitName": "disposeAsync",
|
|
1005
469
|
"metadataToken": 100665858,
|
|
1006
470
|
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
1007
471
|
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
1008
472
|
"emitScope": "ClassSurface",
|
|
473
|
+
"provenance": "Original",
|
|
1009
474
|
"arity": 0,
|
|
1010
475
|
"parameterCount": 0,
|
|
476
|
+
"isStatic": false,
|
|
477
|
+
"isAbstract": false,
|
|
478
|
+
"isVirtual": true,
|
|
479
|
+
"isOverride": false,
|
|
480
|
+
"isSealed": true,
|
|
1011
481
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1012
482
|
"declaringAssemblyName": "Npgsql",
|
|
1013
483
|
"isExtensionMethod": false
|
|
@@ -1015,13 +485,18 @@
|
|
|
1015
485
|
{
|
|
1016
486
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::IdentifySystem(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1017
487
|
"clrName": "IdentifySystem",
|
|
1018
|
-
"tsEmitName": "identifySystem",
|
|
1019
488
|
"metadataToken": 100665859,
|
|
1020
489
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1021
490
|
"normalizedSignature": "IdentifySystem|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
1022
491
|
"emitScope": "ClassSurface",
|
|
492
|
+
"provenance": "Original",
|
|
1023
493
|
"arity": 0,
|
|
1024
494
|
"parameterCount": 1,
|
|
495
|
+
"isStatic": false,
|
|
496
|
+
"isAbstract": false,
|
|
497
|
+
"isVirtual": false,
|
|
498
|
+
"isOverride": false,
|
|
499
|
+
"isSealed": false,
|
|
1025
500
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1026
501
|
"declaringAssemblyName": "Npgsql",
|
|
1027
502
|
"isExtensionMethod": false
|
|
@@ -1029,13 +504,18 @@
|
|
|
1029
504
|
{
|
|
1030
505
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Show(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1031
506
|
"clrName": "Show",
|
|
1032
|
-
"tsEmitName": "show",
|
|
1033
507
|
"metadataToken": 100665860,
|
|
1034
508
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1035
509
|
"normalizedSignature": "Show|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1036
510
|
"emitScope": "ClassSurface",
|
|
511
|
+
"provenance": "Original",
|
|
1037
512
|
"arity": 0,
|
|
1038
513
|
"parameterCount": 2,
|
|
514
|
+
"isStatic": false,
|
|
515
|
+
"isAbstract": false,
|
|
516
|
+
"isVirtual": false,
|
|
517
|
+
"isOverride": false,
|
|
518
|
+
"isSealed": false,
|
|
1039
519
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1040
520
|
"declaringAssemblyName": "Npgsql",
|
|
1041
521
|
"isExtensionMethod": false
|
|
@@ -1043,13 +523,18 @@
|
|
|
1043
523
|
{
|
|
1044
524
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::TimelineHistory(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1045
525
|
"clrName": "TimelineHistory",
|
|
1046
|
-
"tsEmitName": "timelineHistory",
|
|
1047
526
|
"metadataToken": 100665861,
|
|
1048
527
|
"canonicalSignature": "(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1049
528
|
"normalizedSignature": "TimelineHistory|(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
1050
529
|
"emitScope": "ClassSurface",
|
|
530
|
+
"provenance": "Original",
|
|
1051
531
|
"arity": 0,
|
|
1052
532
|
"parameterCount": 2,
|
|
533
|
+
"isStatic": false,
|
|
534
|
+
"isAbstract": false,
|
|
535
|
+
"isVirtual": false,
|
|
536
|
+
"isOverride": false,
|
|
537
|
+
"isSealed": false,
|
|
1053
538
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1054
539
|
"declaringAssemblyName": "Npgsql",
|
|
1055
540
|
"isExtensionMethod": false
|
|
@@ -1057,13 +542,18 @@
|
|
|
1057
542
|
{
|
|
1058
543
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::SetReplicationStatus(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void",
|
|
1059
544
|
"clrName": "SetReplicationStatus",
|
|
1060
|
-
"tsEmitName": "setReplicationStatus",
|
|
1061
545
|
"metadataToken": 100665866,
|
|
1062
546
|
"canonicalSignature": "(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void",
|
|
1063
547
|
"normalizedSignature": "SetReplicationStatus|(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void|static=false",
|
|
1064
548
|
"emitScope": "ClassSurface",
|
|
549
|
+
"provenance": "Original",
|
|
1065
550
|
"arity": 0,
|
|
1066
551
|
"parameterCount": 1,
|
|
552
|
+
"isStatic": false,
|
|
553
|
+
"isAbstract": false,
|
|
554
|
+
"isVirtual": false,
|
|
555
|
+
"isOverride": false,
|
|
556
|
+
"isSealed": false,
|
|
1067
557
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1068
558
|
"declaringAssemblyName": "Npgsql",
|
|
1069
559
|
"isExtensionMethod": false
|
|
@@ -1071,13 +561,18 @@
|
|
|
1071
561
|
{
|
|
1072
562
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::SendStatusUpdate(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1073
563
|
"clrName": "SendStatusUpdate",
|
|
1074
|
-
"tsEmitName": "sendStatusUpdate",
|
|
1075
564
|
"metadataToken": 100665867,
|
|
1076
565
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1077
566
|
"normalizedSignature": "SendStatusUpdate|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1078
567
|
"emitScope": "ClassSurface",
|
|
568
|
+
"provenance": "Original",
|
|
1079
569
|
"arity": 0,
|
|
1080
570
|
"parameterCount": 1,
|
|
571
|
+
"isStatic": false,
|
|
572
|
+
"isAbstract": false,
|
|
573
|
+
"isVirtual": false,
|
|
574
|
+
"isOverride": false,
|
|
575
|
+
"isSealed": false,
|
|
1081
576
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1082
577
|
"declaringAssemblyName": "Npgsql",
|
|
1083
578
|
"isExtensionMethod": false
|
|
@@ -1085,13 +580,18 @@
|
|
|
1085
580
|
{
|
|
1086
581
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::DropReplicationSlot(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1087
582
|
"clrName": "DropReplicationSlot",
|
|
1088
|
-
"tsEmitName": "dropReplicationSlot",
|
|
1089
583
|
"metadataToken": 100665871,
|
|
1090
584
|
"canonicalSignature": "(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1091
585
|
"normalizedSignature": "DropReplicationSlot|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1092
586
|
"emitScope": "ClassSurface",
|
|
587
|
+
"provenance": "Original",
|
|
1093
588
|
"arity": 0,
|
|
1094
589
|
"parameterCount": 3,
|
|
590
|
+
"isStatic": false,
|
|
591
|
+
"isAbstract": false,
|
|
592
|
+
"isVirtual": false,
|
|
593
|
+
"isOverride": false,
|
|
594
|
+
"isSealed": false,
|
|
1095
595
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1096
596
|
"declaringAssemblyName": "Npgsql",
|
|
1097
597
|
"isExtensionMethod": false
|
|
@@ -1101,612 +601,432 @@
|
|
|
1101
601
|
{
|
|
1102
602
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ConnectionString:System.String",
|
|
1103
603
|
"clrName": "ConnectionString",
|
|
1104
|
-
"tsEmitName": "connectionString",
|
|
1105
604
|
"metadataToken": 385876551,
|
|
1106
605
|
"canonicalSignature": ":System.String",
|
|
1107
606
|
"normalizedSignature": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
1108
607
|
"emitScope": "ClassSurface",
|
|
608
|
+
"provenance": "Original",
|
|
1109
609
|
"isIndexer": false,
|
|
1110
610
|
"hasGetter": true,
|
|
1111
611
|
"hasSetter": true,
|
|
612
|
+
"isStatic": false,
|
|
613
|
+
"isAbstract": false,
|
|
614
|
+
"isVirtual": false,
|
|
615
|
+
"isOverride": false,
|
|
1112
616
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1113
617
|
"declaringAssemblyName": "Npgsql"
|
|
1114
618
|
},
|
|
1115
619
|
{
|
|
1116
620
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastReceivedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1117
621
|
"clrName": "LastReceivedLsn",
|
|
1118
|
-
"tsEmitName": "lastReceivedLsn",
|
|
1119
622
|
"metadataToken": 385876552,
|
|
1120
623
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1121
624
|
"normalizedSignature": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1122
625
|
"emitScope": "ClassSurface",
|
|
626
|
+
"provenance": "Original",
|
|
1123
627
|
"isIndexer": false,
|
|
1124
628
|
"hasGetter": true,
|
|
1125
629
|
"hasSetter": false,
|
|
630
|
+
"isStatic": false,
|
|
631
|
+
"isAbstract": false,
|
|
632
|
+
"isVirtual": false,
|
|
633
|
+
"isOverride": false,
|
|
1126
634
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1127
635
|
"declaringAssemblyName": "Npgsql"
|
|
1128
636
|
},
|
|
1129
637
|
{
|
|
1130
638
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastFlushedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1131
639
|
"clrName": "LastFlushedLsn",
|
|
1132
|
-
"tsEmitName": "lastFlushedLsn",
|
|
1133
640
|
"metadataToken": 385876553,
|
|
1134
641
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1135
642
|
"normalizedSignature": "LastFlushedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1136
643
|
"emitScope": "ClassSurface",
|
|
644
|
+
"provenance": "Original",
|
|
1137
645
|
"isIndexer": false,
|
|
1138
646
|
"hasGetter": true,
|
|
1139
647
|
"hasSetter": true,
|
|
648
|
+
"isStatic": false,
|
|
649
|
+
"isAbstract": false,
|
|
650
|
+
"isVirtual": false,
|
|
651
|
+
"isOverride": false,
|
|
1140
652
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1141
653
|
"declaringAssemblyName": "Npgsql"
|
|
1142
654
|
},
|
|
1143
655
|
{
|
|
1144
656
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastAppliedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1145
657
|
"clrName": "LastAppliedLsn",
|
|
1146
|
-
"tsEmitName": "lastAppliedLsn",
|
|
1147
658
|
"metadataToken": 385876554,
|
|
1148
659
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1149
660
|
"normalizedSignature": "LastAppliedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1150
661
|
"emitScope": "ClassSurface",
|
|
662
|
+
"provenance": "Original",
|
|
1151
663
|
"isIndexer": false,
|
|
1152
664
|
"hasGetter": true,
|
|
1153
665
|
"hasSetter": true,
|
|
666
|
+
"isStatic": false,
|
|
667
|
+
"isAbstract": false,
|
|
668
|
+
"isVirtual": false,
|
|
669
|
+
"isOverride": false,
|
|
1154
670
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1155
671
|
"declaringAssemblyName": "Npgsql"
|
|
1156
672
|
},
|
|
1157
673
|
{
|
|
1158
674
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::WalReceiverStatusInterval:System.TimeSpan",
|
|
1159
675
|
"clrName": "WalReceiverStatusInterval",
|
|
1160
|
-
"tsEmitName": "walReceiverStatusInterval",
|
|
1161
676
|
"metadataToken": 385876555,
|
|
1162
677
|
"canonicalSignature": ":System.TimeSpan",
|
|
1163
678
|
"normalizedSignature": "WalReceiverStatusInterval|:System.TimeSpan|static=false|accessor=getset",
|
|
1164
679
|
"emitScope": "ClassSurface",
|
|
680
|
+
"provenance": "Original",
|
|
1165
681
|
"isIndexer": false,
|
|
1166
682
|
"hasGetter": true,
|
|
1167
683
|
"hasSetter": true,
|
|
684
|
+
"isStatic": false,
|
|
685
|
+
"isAbstract": false,
|
|
686
|
+
"isVirtual": false,
|
|
687
|
+
"isOverride": false,
|
|
1168
688
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1169
689
|
"declaringAssemblyName": "Npgsql"
|
|
1170
690
|
},
|
|
1171
691
|
{
|
|
1172
692
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::WalReceiverTimeout:System.TimeSpan",
|
|
1173
693
|
"clrName": "WalReceiverTimeout",
|
|
1174
|
-
"tsEmitName": "walReceiverTimeout",
|
|
1175
694
|
"metadataToken": 385876556,
|
|
1176
695
|
"canonicalSignature": ":System.TimeSpan",
|
|
1177
696
|
"normalizedSignature": "WalReceiverTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1178
697
|
"emitScope": "ClassSurface",
|
|
698
|
+
"provenance": "Original",
|
|
1179
699
|
"isIndexer": false,
|
|
1180
700
|
"hasGetter": true,
|
|
1181
701
|
"hasSetter": true,
|
|
702
|
+
"isStatic": false,
|
|
703
|
+
"isAbstract": false,
|
|
704
|
+
"isVirtual": false,
|
|
705
|
+
"isOverride": false,
|
|
1182
706
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1183
707
|
"declaringAssemblyName": "Npgsql"
|
|
1184
708
|
},
|
|
1185
709
|
{
|
|
1186
710
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::PostgreSqlVersion:System.Version",
|
|
1187
711
|
"clrName": "PostgreSqlVersion",
|
|
1188
|
-
"tsEmitName": "postgreSqlVersion",
|
|
1189
712
|
"metadataToken": 385876558,
|
|
1190
713
|
"canonicalSignature": ":System.Version",
|
|
1191
714
|
"normalizedSignature": "PostgreSqlVersion|:System.Version|static=false|accessor=get",
|
|
1192
715
|
"emitScope": "ClassSurface",
|
|
716
|
+
"provenance": "Original",
|
|
1193
717
|
"isIndexer": false,
|
|
1194
718
|
"hasGetter": true,
|
|
1195
719
|
"hasSetter": false,
|
|
720
|
+
"isStatic": false,
|
|
721
|
+
"isAbstract": false,
|
|
722
|
+
"isVirtual": false,
|
|
723
|
+
"isOverride": false,
|
|
1196
724
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1197
725
|
"declaringAssemblyName": "Npgsql"
|
|
1198
726
|
},
|
|
1199
727
|
{
|
|
1200
728
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ServerVersion:System.String",
|
|
1201
729
|
"clrName": "ServerVersion",
|
|
1202
|
-
"tsEmitName": "serverVersion",
|
|
1203
730
|
"metadataToken": 385876559,
|
|
1204
731
|
"canonicalSignature": ":System.String",
|
|
1205
732
|
"normalizedSignature": "ServerVersion|:System.String|static=false|accessor=get",
|
|
1206
733
|
"emitScope": "ClassSurface",
|
|
734
|
+
"provenance": "Original",
|
|
1207
735
|
"isIndexer": false,
|
|
1208
736
|
"hasGetter": true,
|
|
1209
737
|
"hasSetter": false,
|
|
738
|
+
"isStatic": false,
|
|
739
|
+
"isAbstract": false,
|
|
740
|
+
"isVirtual": false,
|
|
741
|
+
"isOverride": false,
|
|
1210
742
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1211
743
|
"declaringAssemblyName": "Npgsql"
|
|
1212
744
|
},
|
|
1213
745
|
{
|
|
1214
746
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::CommandTimeout:System.TimeSpan",
|
|
1215
747
|
"clrName": "CommandTimeout",
|
|
1216
|
-
"tsEmitName": "commandTimeout",
|
|
1217
748
|
"metadataToken": 385876561,
|
|
1218
749
|
"canonicalSignature": ":System.TimeSpan",
|
|
1219
750
|
"normalizedSignature": "CommandTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1220
751
|
"emitScope": "ClassSurface",
|
|
752
|
+
"provenance": "Original",
|
|
1221
753
|
"isIndexer": false,
|
|
1222
754
|
"hasGetter": true,
|
|
1223
755
|
"hasSetter": true,
|
|
756
|
+
"isStatic": false,
|
|
757
|
+
"isAbstract": false,
|
|
758
|
+
"isVirtual": false,
|
|
759
|
+
"isOverride": false,
|
|
1224
760
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1225
761
|
"declaringAssemblyName": "Npgsql"
|
|
1226
762
|
},
|
|
1227
763
|
{
|
|
1228
764
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Encoding:System.Text.Encoding",
|
|
1229
765
|
"clrName": "Encoding",
|
|
1230
|
-
"tsEmitName": "encoding",
|
|
1231
766
|
"metadataToken": 385876562,
|
|
1232
767
|
"canonicalSignature": ":System.Text.Encoding",
|
|
1233
768
|
"normalizedSignature": "Encoding|:System.Text.Encoding|static=false|accessor=get",
|
|
1234
769
|
"emitScope": "ClassSurface",
|
|
770
|
+
"provenance": "Original",
|
|
1235
771
|
"isIndexer": false,
|
|
1236
772
|
"hasGetter": true,
|
|
1237
773
|
"hasSetter": false,
|
|
774
|
+
"isStatic": false,
|
|
775
|
+
"isAbstract": false,
|
|
776
|
+
"isVirtual": false,
|
|
777
|
+
"isOverride": false,
|
|
1238
778
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1239
779
|
"declaringAssemblyName": "Npgsql"
|
|
1240
780
|
},
|
|
1241
781
|
{
|
|
1242
782
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ProcessID:System.Int32",
|
|
1243
783
|
"clrName": "ProcessID",
|
|
1244
|
-
"tsEmitName": "processID",
|
|
1245
784
|
"metadataToken": 385876563,
|
|
1246
785
|
"canonicalSignature": ":System.Int32",
|
|
1247
786
|
"normalizedSignature": "ProcessID|:System.Int32|static=false|accessor=get",
|
|
1248
787
|
"emitScope": "ClassSurface",
|
|
788
|
+
"provenance": "Original",
|
|
1249
789
|
"isIndexer": false,
|
|
1250
790
|
"hasGetter": true,
|
|
1251
791
|
"hasSetter": false,
|
|
792
|
+
"isStatic": false,
|
|
793
|
+
"isAbstract": false,
|
|
794
|
+
"isVirtual": false,
|
|
795
|
+
"isOverride": false,
|
|
1252
796
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1253
797
|
"declaringAssemblyName": "Npgsql"
|
|
1254
798
|
}
|
|
1255
799
|
],
|
|
1256
800
|
"fields": [],
|
|
1257
801
|
"events": [],
|
|
1258
|
-
"constructors": []
|
|
1259
|
-
"exposedMethods": [
|
|
1260
|
-
{
|
|
1261
|
-
"tsName": "open",
|
|
1262
|
-
"isStatic": false,
|
|
1263
|
-
"tsSignatureId": "Open|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1264
|
-
"target": {
|
|
1265
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1266
|
-
"declaringAssemblyName": "Npgsql",
|
|
1267
|
-
"metadataToken": 100665857
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"tsName": "disposeAsync",
|
|
1272
|
-
"isStatic": false,
|
|
1273
|
-
"tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
1274
|
-
"target": {
|
|
1275
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1276
|
-
"declaringAssemblyName": "Npgsql",
|
|
1277
|
-
"metadataToken": 100665858
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"tsName": "identifySystem",
|
|
1282
|
-
"isStatic": false,
|
|
1283
|
-
"tsSignatureId": "IdentifySystem|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
1284
|
-
"target": {
|
|
1285
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1286
|
-
"declaringAssemblyName": "Npgsql",
|
|
1287
|
-
"metadataToken": 100665859
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"tsName": "show",
|
|
1292
|
-
"isStatic": false,
|
|
1293
|
-
"tsSignatureId": "Show|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1294
|
-
"target": {
|
|
1295
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1296
|
-
"declaringAssemblyName": "Npgsql",
|
|
1297
|
-
"metadataToken": 100665860
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"tsName": "timelineHistory",
|
|
1302
|
-
"isStatic": false,
|
|
1303
|
-
"tsSignatureId": "TimelineHistory|(System.UInt32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TimelineHistoryFile,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
1304
|
-
"target": {
|
|
1305
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1306
|
-
"declaringAssemblyName": "Npgsql",
|
|
1307
|
-
"metadataToken": 100665861
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"tsName": "setReplicationStatus",
|
|
1312
|
-
"isStatic": false,
|
|
1313
|
-
"tsSignatureId": "SetReplicationStatus|(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void|static=false",
|
|
1314
|
-
"target": {
|
|
1315
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1316
|
-
"declaringAssemblyName": "Npgsql",
|
|
1317
|
-
"metadataToken": 100665866
|
|
1318
|
-
}
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"tsName": "sendStatusUpdate",
|
|
1322
|
-
"isStatic": false,
|
|
1323
|
-
"tsSignatureId": "SendStatusUpdate|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1324
|
-
"target": {
|
|
1325
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1326
|
-
"declaringAssemblyName": "Npgsql",
|
|
1327
|
-
"metadataToken": 100665867
|
|
1328
|
-
}
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"tsName": "dropReplicationSlot",
|
|
1332
|
-
"isStatic": false,
|
|
1333
|
-
"tsSignatureId": "DropReplicationSlot|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1334
|
-
"target": {
|
|
1335
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1336
|
-
"declaringAssemblyName": "Npgsql",
|
|
1337
|
-
"metadataToken": 100665871
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exposedProperties": [
|
|
1342
|
-
{
|
|
1343
|
-
"tsName": "connectionString",
|
|
1344
|
-
"isStatic": false,
|
|
1345
|
-
"tsSignatureId": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
1346
|
-
"target": {
|
|
1347
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1348
|
-
"declaringAssemblyName": "Npgsql",
|
|
1349
|
-
"metadataToken": 385876551
|
|
1350
|
-
}
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"tsName": "lastReceivedLsn",
|
|
1354
|
-
"isStatic": false,
|
|
1355
|
-
"tsSignatureId": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1356
|
-
"target": {
|
|
1357
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1358
|
-
"declaringAssemblyName": "Npgsql",
|
|
1359
|
-
"metadataToken": 385876552
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"tsName": "lastFlushedLsn",
|
|
1364
|
-
"isStatic": false,
|
|
1365
|
-
"tsSignatureId": "LastFlushedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1366
|
-
"target": {
|
|
1367
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1368
|
-
"declaringAssemblyName": "Npgsql",
|
|
1369
|
-
"metadataToken": 385876553
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"tsName": "lastAppliedLsn",
|
|
1374
|
-
"isStatic": false,
|
|
1375
|
-
"tsSignatureId": "LastAppliedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1376
|
-
"target": {
|
|
1377
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1378
|
-
"declaringAssemblyName": "Npgsql",
|
|
1379
|
-
"metadataToken": 385876554
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"tsName": "walReceiverStatusInterval",
|
|
1384
|
-
"isStatic": false,
|
|
1385
|
-
"tsSignatureId": "WalReceiverStatusInterval|:System.TimeSpan|static=false|accessor=getset",
|
|
1386
|
-
"target": {
|
|
1387
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1388
|
-
"declaringAssemblyName": "Npgsql",
|
|
1389
|
-
"metadataToken": 385876555
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"tsName": "walReceiverTimeout",
|
|
1394
|
-
"isStatic": false,
|
|
1395
|
-
"tsSignatureId": "WalReceiverTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1396
|
-
"target": {
|
|
1397
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1398
|
-
"declaringAssemblyName": "Npgsql",
|
|
1399
|
-
"metadataToken": 385876556
|
|
1400
|
-
}
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"tsName": "postgreSqlVersion",
|
|
1404
|
-
"isStatic": false,
|
|
1405
|
-
"tsSignatureId": "PostgreSqlVersion|:System.Version|static=false|accessor=get",
|
|
1406
|
-
"target": {
|
|
1407
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1408
|
-
"declaringAssemblyName": "Npgsql",
|
|
1409
|
-
"metadataToken": 385876558
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"tsName": "serverVersion",
|
|
1414
|
-
"isStatic": false,
|
|
1415
|
-
"tsSignatureId": "ServerVersion|:System.String|static=false|accessor=get",
|
|
1416
|
-
"target": {
|
|
1417
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1418
|
-
"declaringAssemblyName": "Npgsql",
|
|
1419
|
-
"metadataToken": 385876559
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"tsName": "commandTimeout",
|
|
1424
|
-
"isStatic": false,
|
|
1425
|
-
"tsSignatureId": "CommandTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1426
|
-
"target": {
|
|
1427
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1428
|
-
"declaringAssemblyName": "Npgsql",
|
|
1429
|
-
"metadataToken": 385876561
|
|
1430
|
-
}
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"tsName": "encoding",
|
|
1434
|
-
"isStatic": false,
|
|
1435
|
-
"tsSignatureId": "Encoding|:System.Text.Encoding|static=false|accessor=get",
|
|
1436
|
-
"target": {
|
|
1437
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1438
|
-
"declaringAssemblyName": "Npgsql",
|
|
1439
|
-
"metadataToken": 385876562
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"tsName": "processID",
|
|
1444
|
-
"isStatic": false,
|
|
1445
|
-
"tsSignatureId": "ProcessID|:System.Int32|static=false|accessor=get",
|
|
1446
|
-
"target": {
|
|
1447
|
-
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1448
|
-
"declaringAssemblyName": "Npgsql",
|
|
1449
|
-
"metadataToken": 385876563
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
]
|
|
802
|
+
"constructors": []
|
|
1453
803
|
},
|
|
1454
804
|
{
|
|
1455
805
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
|
|
1456
806
|
"clrName": "Npgsql.Replication.ReplicationMessage",
|
|
1457
|
-
"tsEmitName": "ReplicationMessage",
|
|
1458
807
|
"assemblyName": "Npgsql",
|
|
1459
808
|
"metadataToken": 0,
|
|
809
|
+
"kind": "Class",
|
|
810
|
+
"accessibility": "Public",
|
|
811
|
+
"isAbstract": true,
|
|
812
|
+
"isSealed": false,
|
|
813
|
+
"isStatic": false,
|
|
814
|
+
"arity": 0,
|
|
1460
815
|
"methods": [],
|
|
1461
816
|
"properties": [
|
|
1462
817
|
{
|
|
1463
818
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::WalStart:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1464
819
|
"clrName": "WalStart",
|
|
1465
|
-
"tsEmitName": "walStart",
|
|
1466
820
|
"metadataToken": 385876564,
|
|
1467
821
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1468
822
|
"normalizedSignature": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1469
823
|
"emitScope": "ClassSurface",
|
|
824
|
+
"provenance": "Original",
|
|
1470
825
|
"isIndexer": false,
|
|
1471
826
|
"hasGetter": true,
|
|
1472
827
|
"hasSetter": false,
|
|
828
|
+
"isStatic": false,
|
|
829
|
+
"isAbstract": false,
|
|
830
|
+
"isVirtual": false,
|
|
831
|
+
"isOverride": false,
|
|
1473
832
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1474
833
|
"declaringAssemblyName": "Npgsql"
|
|
1475
834
|
},
|
|
1476
835
|
{
|
|
1477
836
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::WalEnd:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1478
837
|
"clrName": "WalEnd",
|
|
1479
|
-
"tsEmitName": "walEnd",
|
|
1480
838
|
"metadataToken": 385876565,
|
|
1481
839
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1482
840
|
"normalizedSignature": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1483
841
|
"emitScope": "ClassSurface",
|
|
842
|
+
"provenance": "Original",
|
|
1484
843
|
"isIndexer": false,
|
|
1485
844
|
"hasGetter": true,
|
|
1486
845
|
"hasSetter": false,
|
|
846
|
+
"isStatic": false,
|
|
847
|
+
"isAbstract": false,
|
|
848
|
+
"isVirtual": false,
|
|
849
|
+
"isOverride": false,
|
|
1487
850
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1488
851
|
"declaringAssemblyName": "Npgsql"
|
|
1489
852
|
},
|
|
1490
853
|
{
|
|
1491
854
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::ServerClock:System.DateTime",
|
|
1492
855
|
"clrName": "ServerClock",
|
|
1493
|
-
"tsEmitName": "serverClock",
|
|
1494
856
|
"metadataToken": 385876566,
|
|
1495
857
|
"canonicalSignature": ":System.DateTime",
|
|
1496
858
|
"normalizedSignature": "ServerClock|:System.DateTime|static=false|accessor=get",
|
|
1497
859
|
"emitScope": "ClassSurface",
|
|
860
|
+
"provenance": "Original",
|
|
1498
861
|
"isIndexer": false,
|
|
1499
862
|
"hasGetter": true,
|
|
1500
863
|
"hasSetter": false,
|
|
864
|
+
"isStatic": false,
|
|
865
|
+
"isAbstract": false,
|
|
866
|
+
"isVirtual": false,
|
|
867
|
+
"isOverride": false,
|
|
1501
868
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1502
869
|
"declaringAssemblyName": "Npgsql"
|
|
1503
870
|
}
|
|
1504
871
|
],
|
|
1505
872
|
"fields": [],
|
|
1506
873
|
"events": [],
|
|
1507
|
-
"constructors": []
|
|
1508
|
-
"exposedProperties": [
|
|
1509
|
-
{
|
|
1510
|
-
"tsName": "walStart",
|
|
1511
|
-
"isStatic": false,
|
|
1512
|
-
"tsSignatureId": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1513
|
-
"target": {
|
|
1514
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1515
|
-
"declaringAssemblyName": "Npgsql",
|
|
1516
|
-
"metadataToken": 385876564
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"tsName": "walEnd",
|
|
1521
|
-
"isStatic": false,
|
|
1522
|
-
"tsSignatureId": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1523
|
-
"target": {
|
|
1524
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1525
|
-
"declaringAssemblyName": "Npgsql",
|
|
1526
|
-
"metadataToken": 385876565
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"tsName": "serverClock",
|
|
1531
|
-
"isStatic": false,
|
|
1532
|
-
"tsSignatureId": "ServerClock|:System.DateTime|static=false|accessor=get",
|
|
1533
|
-
"target": {
|
|
1534
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1535
|
-
"declaringAssemblyName": "Npgsql",
|
|
1536
|
-
"metadataToken": 385876566
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
]
|
|
874
|
+
"constructors": []
|
|
1540
875
|
},
|
|
1541
876
|
{
|
|
1542
877
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
|
|
1543
878
|
"clrName": "Npgsql.Replication.ReplicationSlot",
|
|
1544
|
-
"tsEmitName": "ReplicationSlot",
|
|
1545
879
|
"assemblyName": "Npgsql",
|
|
1546
880
|
"metadataToken": 0,
|
|
881
|
+
"kind": "Class",
|
|
882
|
+
"accessibility": "Public",
|
|
883
|
+
"isAbstract": true,
|
|
884
|
+
"isSealed": false,
|
|
885
|
+
"isStatic": false,
|
|
886
|
+
"arity": 0,
|
|
1547
887
|
"methods": [],
|
|
1548
888
|
"properties": [
|
|
1549
889
|
{
|
|
1550
890
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlot::Name:System.String",
|
|
1551
891
|
"clrName": "Name",
|
|
1552
|
-
"tsEmitName": "name",
|
|
1553
892
|
"metadataToken": 385876567,
|
|
1554
893
|
"canonicalSignature": ":System.String",
|
|
1555
894
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
1556
895
|
"emitScope": "ClassSurface",
|
|
896
|
+
"provenance": "Original",
|
|
1557
897
|
"isIndexer": false,
|
|
1558
898
|
"hasGetter": true,
|
|
1559
899
|
"hasSetter": false,
|
|
900
|
+
"isStatic": false,
|
|
901
|
+
"isAbstract": false,
|
|
902
|
+
"isVirtual": false,
|
|
903
|
+
"isOverride": false,
|
|
1560
904
|
"declaringClrType": "Npgsql.Replication.ReplicationSlot",
|
|
1561
905
|
"declaringAssemblyName": "Npgsql"
|
|
1562
906
|
}
|
|
1563
907
|
],
|
|
1564
908
|
"fields": [],
|
|
1565
909
|
"events": [],
|
|
1566
|
-
"constructors": []
|
|
1567
|
-
"exposedProperties": [
|
|
1568
|
-
{
|
|
1569
|
-
"tsName": "name",
|
|
1570
|
-
"isStatic": false,
|
|
1571
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
1572
|
-
"target": {
|
|
1573
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlot",
|
|
1574
|
-
"declaringAssemblyName": "Npgsql",
|
|
1575
|
-
"metadataToken": 385876567
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
]
|
|
910
|
+
"constructors": []
|
|
1579
911
|
},
|
|
1580
912
|
{
|
|
1581
913
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification",
|
|
1582
914
|
"clrName": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1583
|
-
"tsEmitName": "ReplicationSystemIdentification",
|
|
1584
915
|
"assemblyName": "Npgsql",
|
|
1585
916
|
"metadataToken": 0,
|
|
917
|
+
"kind": "Class",
|
|
918
|
+
"accessibility": "Public",
|
|
919
|
+
"isAbstract": false,
|
|
920
|
+
"isSealed": false,
|
|
921
|
+
"isStatic": false,
|
|
922
|
+
"arity": 0,
|
|
1586
923
|
"methods": [],
|
|
1587
924
|
"properties": [
|
|
1588
925
|
{
|
|
1589
926
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::SystemId:System.String",
|
|
1590
927
|
"clrName": "SystemId",
|
|
1591
|
-
"tsEmitName": "systemId",
|
|
1592
928
|
"metadataToken": 385876571,
|
|
1593
929
|
"canonicalSignature": ":System.String",
|
|
1594
930
|
"normalizedSignature": "SystemId|:System.String|static=false|accessor=get",
|
|
1595
931
|
"emitScope": "ClassSurface",
|
|
932
|
+
"provenance": "Original",
|
|
1596
933
|
"isIndexer": false,
|
|
1597
934
|
"hasGetter": true,
|
|
1598
935
|
"hasSetter": false,
|
|
936
|
+
"isStatic": false,
|
|
937
|
+
"isAbstract": false,
|
|
938
|
+
"isVirtual": false,
|
|
939
|
+
"isOverride": false,
|
|
1599
940
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1600
941
|
"declaringAssemblyName": "Npgsql"
|
|
1601
942
|
},
|
|
1602
943
|
{
|
|
1603
944
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::Timeline:System.UInt32",
|
|
1604
945
|
"clrName": "Timeline",
|
|
1605
|
-
"tsEmitName": "timeline",
|
|
1606
946
|
"metadataToken": 385876572,
|
|
1607
947
|
"canonicalSignature": ":System.UInt32",
|
|
1608
948
|
"normalizedSignature": "Timeline|:System.UInt32|static=false|accessor=get",
|
|
1609
949
|
"emitScope": "ClassSurface",
|
|
950
|
+
"provenance": "Original",
|
|
1610
951
|
"isIndexer": false,
|
|
1611
952
|
"hasGetter": true,
|
|
1612
953
|
"hasSetter": false,
|
|
954
|
+
"isStatic": false,
|
|
955
|
+
"isAbstract": false,
|
|
956
|
+
"isVirtual": false,
|
|
957
|
+
"isOverride": false,
|
|
1613
958
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1614
959
|
"declaringAssemblyName": "Npgsql"
|
|
1615
960
|
},
|
|
1616
961
|
{
|
|
1617
962
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::XLogPos:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1618
963
|
"clrName": "XLogPos",
|
|
1619
|
-
"tsEmitName": "xLogPos",
|
|
1620
964
|
"metadataToken": 385876573,
|
|
1621
965
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1622
966
|
"normalizedSignature": "XLogPos|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1623
967
|
"emitScope": "ClassSurface",
|
|
968
|
+
"provenance": "Original",
|
|
1624
969
|
"isIndexer": false,
|
|
1625
970
|
"hasGetter": true,
|
|
1626
971
|
"hasSetter": false,
|
|
972
|
+
"isStatic": false,
|
|
973
|
+
"isAbstract": false,
|
|
974
|
+
"isVirtual": false,
|
|
975
|
+
"isOverride": false,
|
|
1627
976
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1628
977
|
"declaringAssemblyName": "Npgsql"
|
|
1629
978
|
},
|
|
1630
979
|
{
|
|
1631
980
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::DbName:System.String",
|
|
1632
981
|
"clrName": "DbName",
|
|
1633
|
-
"tsEmitName": "dbName",
|
|
1634
982
|
"metadataToken": 385876574,
|
|
1635
983
|
"canonicalSignature": ":System.String",
|
|
1636
984
|
"normalizedSignature": "DbName|:System.String|static=false|accessor=get",
|
|
1637
985
|
"emitScope": "ClassSurface",
|
|
986
|
+
"provenance": "Original",
|
|
1638
987
|
"isIndexer": false,
|
|
1639
988
|
"hasGetter": true,
|
|
1640
989
|
"hasSetter": false,
|
|
990
|
+
"isStatic": false,
|
|
991
|
+
"isAbstract": false,
|
|
992
|
+
"isVirtual": false,
|
|
993
|
+
"isOverride": false,
|
|
1641
994
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1642
995
|
"declaringAssemblyName": "Npgsql"
|
|
1643
996
|
}
|
|
1644
997
|
],
|
|
1645
998
|
"fields": [],
|
|
1646
999
|
"events": [],
|
|
1647
|
-
"constructors": []
|
|
1648
|
-
"exposedProperties": [
|
|
1649
|
-
{
|
|
1650
|
-
"tsName": "systemId",
|
|
1651
|
-
"isStatic": false,
|
|
1652
|
-
"tsSignatureId": "SystemId|:System.String|static=false|accessor=get",
|
|
1653
|
-
"target": {
|
|
1654
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1655
|
-
"declaringAssemblyName": "Npgsql",
|
|
1656
|
-
"metadataToken": 385876571
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"tsName": "timeline",
|
|
1661
|
-
"isStatic": false,
|
|
1662
|
-
"tsSignatureId": "Timeline|:System.UInt32|static=false|accessor=get",
|
|
1663
|
-
"target": {
|
|
1664
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1665
|
-
"declaringAssemblyName": "Npgsql",
|
|
1666
|
-
"metadataToken": 385876572
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"tsName": "xLogPos",
|
|
1671
|
-
"isStatic": false,
|
|
1672
|
-
"tsSignatureId": "XLogPos|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1673
|
-
"target": {
|
|
1674
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1675
|
-
"declaringAssemblyName": "Npgsql",
|
|
1676
|
-
"metadataToken": 385876573
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"tsName": "dbName",
|
|
1681
|
-
"isStatic": false,
|
|
1682
|
-
"tsSignatureId": "DbName|:System.String|static=false|accessor=get",
|
|
1683
|
-
"target": {
|
|
1684
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1685
|
-
"declaringAssemblyName": "Npgsql",
|
|
1686
|
-
"metadataToken": 385876574
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
]
|
|
1000
|
+
"constructors": []
|
|
1690
1001
|
},
|
|
1691
1002
|
{
|
|
1692
1003
|
"stableId": "Npgsql:Npgsql.Replication.XLogDataMessage",
|
|
1693
1004
|
"clrName": "Npgsql.Replication.XLogDataMessage",
|
|
1694
|
-
"tsEmitName": "XLogDataMessage",
|
|
1695
1005
|
"assemblyName": "Npgsql",
|
|
1696
1006
|
"metadataToken": 0,
|
|
1007
|
+
"kind": "Class",
|
|
1008
|
+
"accessibility": "Public",
|
|
1009
|
+
"isAbstract": false,
|
|
1010
|
+
"isSealed": false,
|
|
1011
|
+
"isStatic": false,
|
|
1012
|
+
"arity": 0,
|
|
1697
1013
|
"methods": [],
|
|
1698
1014
|
"properties": [
|
|
1699
1015
|
{
|
|
1700
1016
|
"stableId": "Npgsql:Npgsql.Replication.XLogDataMessage::Data:System.IO.Stream",
|
|
1701
1017
|
"clrName": "Data",
|
|
1702
|
-
"tsEmitName": "data",
|
|
1703
1018
|
"metadataToken": 385876577,
|
|
1704
1019
|
"canonicalSignature": ":System.IO.Stream",
|
|
1705
1020
|
"normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=get",
|
|
1706
1021
|
"emitScope": "ClassSurface",
|
|
1022
|
+
"provenance": "Original",
|
|
1707
1023
|
"isIndexer": false,
|
|
1708
1024
|
"hasGetter": true,
|
|
1709
1025
|
"hasSetter": false,
|
|
1026
|
+
"isStatic": false,
|
|
1027
|
+
"isAbstract": false,
|
|
1028
|
+
"isVirtual": false,
|
|
1029
|
+
"isOverride": false,
|
|
1710
1030
|
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1711
1031
|
"declaringAssemblyName": "Npgsql"
|
|
1712
1032
|
}
|
|
@@ -1724,78 +1044,35 @@
|
|
|
1724
1044
|
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1725
1045
|
"declaringAssemblyName": "Npgsql"
|
|
1726
1046
|
}
|
|
1727
|
-
],
|
|
1728
|
-
"exposedProperties": [
|
|
1729
|
-
{
|
|
1730
|
-
"tsName": "data",
|
|
1731
|
-
"isStatic": false,
|
|
1732
|
-
"tsSignatureId": "Data|:System.IO.Stream|static=false|accessor=get",
|
|
1733
|
-
"target": {
|
|
1734
|
-
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1735
|
-
"declaringAssemblyName": "Npgsql",
|
|
1736
|
-
"metadataToken": 385876577
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"tsName": "walStart",
|
|
1741
|
-
"isStatic": false,
|
|
1742
|
-
"tsSignatureId": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1743
|
-
"target": {
|
|
1744
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1745
|
-
"declaringAssemblyName": "Npgsql",
|
|
1746
|
-
"metadataToken": 385876564
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"tsName": "walEnd",
|
|
1751
|
-
"isStatic": false,
|
|
1752
|
-
"tsSignatureId": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1753
|
-
"target": {
|
|
1754
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1755
|
-
"declaringAssemblyName": "Npgsql",
|
|
1756
|
-
"metadataToken": 385876565
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"tsName": "serverClock",
|
|
1761
|
-
"isStatic": false,
|
|
1762
|
-
"tsSignatureId": "ServerClock|:System.DateTime|static=false|accessor=get",
|
|
1763
|
-
"target": {
|
|
1764
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1765
|
-
"declaringAssemblyName": "Npgsql",
|
|
1766
|
-
"metadataToken": 385876566
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
],
|
|
1770
|
-
"exposedConstructors": [
|
|
1771
|
-
{
|
|
1772
|
-
"isStatic": false,
|
|
1773
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1774
|
-
"target": {
|
|
1775
|
-
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1776
|
-
"declaringAssemblyName": "Npgsql",
|
|
1777
|
-
"metadataToken": 100665910
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1780
1047
|
]
|
|
1781
1048
|
},
|
|
1782
1049
|
{
|
|
1783
1050
|
"stableId": "Npgsql:Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1784
1051
|
"clrName": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1785
|
-
"tsEmitName": "PgOutputConnectionExtensions",
|
|
1786
1052
|
"assemblyName": "Npgsql",
|
|
1787
1053
|
"metadataToken": 0,
|
|
1054
|
+
"kind": "StaticNamespace",
|
|
1055
|
+
"accessibility": "Public",
|
|
1056
|
+
"isAbstract": true,
|
|
1057
|
+
"isSealed": true,
|
|
1058
|
+
"isStatic": true,
|
|
1059
|
+
"arity": 0,
|
|
1788
1060
|
"methods": [
|
|
1789
1061
|
{
|
|
1790
1062
|
"stableId": "Npgsql:Npgsql.Replication.PgOutputConnectionExtensions::CreatePgOutputReplicationSlot(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1791
1063
|
"clrName": "CreatePgOutputReplicationSlot",
|
|
1792
|
-
"tsEmitName": "createPgOutputReplicationSlot",
|
|
1793
1064
|
"metadataToken": 100665819,
|
|
1794
1065
|
"canonicalSignature": "(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1795
1066
|
"normalizedSignature": "CreatePgOutputReplicationSlot|(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1796
1067
|
"emitScope": "ClassSurface",
|
|
1068
|
+
"provenance": "Original",
|
|
1797
1069
|
"arity": 0,
|
|
1798
1070
|
"parameterCount": 6,
|
|
1071
|
+
"isStatic": true,
|
|
1072
|
+
"isAbstract": false,
|
|
1073
|
+
"isVirtual": false,
|
|
1074
|
+
"isOverride": false,
|
|
1075
|
+
"isSealed": false,
|
|
1799
1076
|
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1800
1077
|
"declaringAssemblyName": "Npgsql",
|
|
1801
1078
|
"isExtensionMethod": true
|
|
@@ -1803,13 +1080,18 @@
|
|
|
1803
1080
|
{
|
|
1804
1081
|
"stableId": "Npgsql:Npgsql.Replication.PgOutputConnectionExtensions::StartReplication(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql.Replication.PgOutput.PgOutputReplicationOptions,System.Threading.CancellationToken,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1805
1082
|
"clrName": "StartReplication",
|
|
1806
|
-
"tsEmitName": "startReplication",
|
|
1807
1083
|
"metadataToken": 100665820,
|
|
1808
1084
|
"canonicalSignature": "(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql.Replication.PgOutput.PgOutputReplicationOptions,System.Threading.CancellationToken,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1809
1085
|
"normalizedSignature": "StartReplication|(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql.Replication.PgOutput.PgOutputReplicationOptions,System.Threading.CancellationToken,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1810
1086
|
"emitScope": "ClassSurface",
|
|
1087
|
+
"provenance": "Original",
|
|
1811
1088
|
"arity": 0,
|
|
1812
1089
|
"parameterCount": 5,
|
|
1090
|
+
"isStatic": true,
|
|
1091
|
+
"isAbstract": false,
|
|
1092
|
+
"isVirtual": false,
|
|
1093
|
+
"isOverride": false,
|
|
1094
|
+
"isSealed": false,
|
|
1813
1095
|
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1814
1096
|
"declaringAssemblyName": "Npgsql",
|
|
1815
1097
|
"isExtensionMethod": true
|
|
@@ -1818,47 +1100,35 @@
|
|
|
1818
1100
|
"properties": [],
|
|
1819
1101
|
"fields": [],
|
|
1820
1102
|
"events": [],
|
|
1821
|
-
"constructors": []
|
|
1822
|
-
"exposedMethods": [
|
|
1823
|
-
{
|
|
1824
|
-
"tsName": "createPgOutputReplicationSlot",
|
|
1825
|
-
"isStatic": true,
|
|
1826
|
-
"tsSignatureId": "CreatePgOutputReplicationSlot|(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1827
|
-
"target": {
|
|
1828
|
-
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1829
|
-
"declaringAssemblyName": "Npgsql",
|
|
1830
|
-
"metadataToken": 100665819
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"tsName": "startReplication",
|
|
1835
|
-
"isStatic": true,
|
|
1836
|
-
"tsSignatureId": "StartReplication|(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql.Replication.PgOutput.PgOutputReplicationOptions,System.Threading.CancellationToken,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1837
|
-
"target": {
|
|
1838
|
-
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1839
|
-
"declaringAssemblyName": "Npgsql",
|
|
1840
|
-
"metadataToken": 100665820
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1843
|
-
]
|
|
1103
|
+
"constructors": []
|
|
1844
1104
|
},
|
|
1845
1105
|
{
|
|
1846
1106
|
"stableId": "Npgsql:Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1847
1107
|
"clrName": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1848
|
-
"tsEmitName": "TestDecodingConnectionExtensions",
|
|
1849
1108
|
"assemblyName": "Npgsql",
|
|
1850
1109
|
"metadataToken": 0,
|
|
1110
|
+
"kind": "StaticNamespace",
|
|
1111
|
+
"accessibility": "Public",
|
|
1112
|
+
"isAbstract": true,
|
|
1113
|
+
"isSealed": true,
|
|
1114
|
+
"isStatic": true,
|
|
1115
|
+
"arity": 0,
|
|
1851
1116
|
"methods": [
|
|
1852
1117
|
{
|
|
1853
1118
|
"stableId": "Npgsql:Npgsql.Replication.TestDecodingConnectionExtensions::CreateTestDecodingReplicationSlot(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1854
1119
|
"clrName": "CreateTestDecodingReplicationSlot",
|
|
1855
|
-
"tsEmitName": "createTestDecodingReplicationSlot",
|
|
1856
1120
|
"metadataToken": 100665902,
|
|
1857
1121
|
"canonicalSignature": "(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1858
1122
|
"normalizedSignature": "CreateTestDecodingReplicationSlot|(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1859
1123
|
"emitScope": "ClassSurface",
|
|
1124
|
+
"provenance": "Original",
|
|
1860
1125
|
"arity": 0,
|
|
1861
1126
|
"parameterCount": 6,
|
|
1127
|
+
"isStatic": true,
|
|
1128
|
+
"isAbstract": false,
|
|
1129
|
+
"isVirtual": false,
|
|
1130
|
+
"isOverride": false,
|
|
1131
|
+
"isSealed": false,
|
|
1862
1132
|
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1863
1133
|
"declaringAssemblyName": "Npgsql",
|
|
1864
1134
|
"isExtensionMethod": true
|
|
@@ -1866,13 +1136,18 @@
|
|
|
1866
1136
|
{
|
|
1867
1137
|
"stableId": "Npgsql:Npgsql.Replication.TestDecodingConnectionExtensions::StartReplication(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,System.Threading.CancellationToken,Npgsql.Replication.TestDecoding.TestDecodingOptions,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.TestDecoding.TestDecodingData,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1868
1138
|
"clrName": "StartReplication",
|
|
1869
|
-
"tsEmitName": "startReplication",
|
|
1870
1139
|
"metadataToken": 100665903,
|
|
1871
1140
|
"canonicalSignature": "(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,System.Threading.CancellationToken,Npgsql.Replication.TestDecoding.TestDecodingOptions,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.TestDecoding.TestDecodingData,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1872
1141
|
"normalizedSignature": "StartReplication|(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,System.Threading.CancellationToken,Npgsql.Replication.TestDecoding.TestDecodingOptions,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.TestDecoding.TestDecodingData,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1873
1142
|
"emitScope": "ClassSurface",
|
|
1143
|
+
"provenance": "Original",
|
|
1874
1144
|
"arity": 0,
|
|
1875
1145
|
"parameterCount": 5,
|
|
1146
|
+
"isStatic": true,
|
|
1147
|
+
"isAbstract": false,
|
|
1148
|
+
"isVirtual": false,
|
|
1149
|
+
"isOverride": false,
|
|
1150
|
+
"isSealed": false,
|
|
1876
1151
|
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1877
1152
|
"declaringAssemblyName": "Npgsql",
|
|
1878
1153
|
"isExtensionMethod": true
|
|
@@ -1881,29 +1156,7 @@
|
|
|
1881
1156
|
"properties": [],
|
|
1882
1157
|
"fields": [],
|
|
1883
1158
|
"events": [],
|
|
1884
|
-
"constructors": []
|
|
1885
|
-
"exposedMethods": [
|
|
1886
|
-
{
|
|
1887
|
-
"tsName": "createTestDecodingReplicationSlot",
|
|
1888
|
-
"isStatic": true,
|
|
1889
|
-
"tsSignatureId": "CreateTestDecodingReplicationSlot|(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1890
|
-
"target": {
|
|
1891
|
-
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1892
|
-
"declaringAssemblyName": "Npgsql",
|
|
1893
|
-
"metadataToken": 100665902
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"tsName": "startReplication",
|
|
1898
|
-
"isStatic": true,
|
|
1899
|
-
"tsSignatureId": "StartReplication|(Npgsql.Replication.LogicalReplicationConnection,Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,System.Threading.CancellationToken,Npgsql.Replication.TestDecoding.TestDecodingOptions,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Collections.Generic.IAsyncEnumerable_1[[Npgsql.Replication.TestDecoding.TestDecodingData,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=true",
|
|
1900
|
-
"target": {
|
|
1901
|
-
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1902
|
-
"declaringAssemblyName": "Npgsql",
|
|
1903
|
-
"metadataToken": 100665903
|
|
1904
|
-
}
|
|
1905
|
-
}
|
|
1906
|
-
]
|
|
1159
|
+
"constructors": []
|
|
1907
1160
|
}
|
|
1908
1161
|
]
|
|
1909
1162
|
}
|