@tsonic/efcore-npgsql 0.1.2 → 10.0.2
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 +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -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,149 @@
|
|
|
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,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
10
40
|
"methods": [],
|
|
11
41
|
"properties": [],
|
|
12
42
|
"fields": [
|
|
13
43
|
{
|
|
14
44
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::value__System.Int32",
|
|
15
45
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
46
|
"metadataToken": 67110068,
|
|
18
47
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
48
|
"isStatic": false,
|
|
20
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
21
52
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
22
53
|
"declaringAssemblyName": "Npgsql"
|
|
23
54
|
},
|
|
24
55
|
{
|
|
25
56
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::ExportNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
26
57
|
"clrName": "Export",
|
|
27
|
-
"tsEmitName": "export",
|
|
28
58
|
"metadataToken": 67110069,
|
|
29
59
|
"normalizedSignature": "Export|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
30
60
|
"isStatic": true,
|
|
31
61
|
"isReadOnly": false,
|
|
62
|
+
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
32
64
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
33
65
|
"declaringAssemblyName": "Npgsql"
|
|
34
66
|
},
|
|
35
67
|
{
|
|
36
68
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::UseNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
37
69
|
"clrName": "Use",
|
|
38
|
-
"tsEmitName": "use",
|
|
39
70
|
"metadataToken": 67110070,
|
|
40
71
|
"normalizedSignature": "Use|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
41
72
|
"isStatic": true,
|
|
42
73
|
"isReadOnly": false,
|
|
74
|
+
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
43
76
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
44
77
|
"declaringAssemblyName": "Npgsql"
|
|
45
78
|
},
|
|
46
79
|
{
|
|
47
80
|
"stableId": "Npgsql:Npgsql.Replication.LogicalSlotSnapshotInitMode::NoExportNpgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
48
81
|
"clrName": "NoExport",
|
|
49
|
-
"tsEmitName": "noExport",
|
|
50
82
|
"metadataToken": 67110071,
|
|
51
83
|
"normalizedSignature": "NoExport|Npgsql.Replication.LogicalSlotSnapshotInitMode|static=true|const=true",
|
|
52
84
|
"isStatic": true,
|
|
53
85
|
"isReadOnly": false,
|
|
86
|
+
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
54
88
|
"declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
|
|
55
89
|
"declaringAssemblyName": "Npgsql"
|
|
56
90
|
}
|
|
57
91
|
],
|
|
58
92
|
"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
|
-
]
|
|
93
|
+
"constructors": []
|
|
102
94
|
},
|
|
103
95
|
{
|
|
104
96
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions",
|
|
105
97
|
"clrName": "Npgsql.Replication.ReplicationSlotOptions",
|
|
106
|
-
"tsEmitName": "ReplicationSlotOptions",
|
|
107
98
|
"assemblyName": "Npgsql",
|
|
108
99
|
"metadataToken": 0,
|
|
100
|
+
"kind": "Struct",
|
|
101
|
+
"accessibility": "Public",
|
|
102
|
+
"isAbstract": false,
|
|
103
|
+
"isSealed": true,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"arity": 0,
|
|
106
|
+
"baseType": {
|
|
107
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
108
|
+
"clrName": "System.ValueType"
|
|
109
|
+
},
|
|
109
110
|
"methods": [],
|
|
110
111
|
"properties": [
|
|
111
112
|
{
|
|
112
113
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions::SlotName:System.String",
|
|
113
114
|
"clrName": "SlotName",
|
|
114
|
-
"tsEmitName": "slotName",
|
|
115
115
|
"metadataToken": 385876568,
|
|
116
116
|
"canonicalSignature": ":System.String",
|
|
117
117
|
"normalizedSignature": "SlotName|:System.String|static=false|accessor=get",
|
|
118
118
|
"emitScope": "ClassSurface",
|
|
119
|
+
"provenance": "Original",
|
|
119
120
|
"isIndexer": false,
|
|
120
121
|
"hasGetter": true,
|
|
121
122
|
"hasSetter": false,
|
|
123
|
+
"isStatic": false,
|
|
124
|
+
"isAbstract": false,
|
|
125
|
+
"isVirtual": false,
|
|
126
|
+
"isOverride": false,
|
|
127
|
+
"visibility": "Public",
|
|
122
128
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
123
129
|
"declaringAssemblyName": "Npgsql"
|
|
124
130
|
},
|
|
125
131
|
{
|
|
126
132
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlotOptions::ConsistentPoint:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
127
133
|
"clrName": "ConsistentPoint",
|
|
128
|
-
"tsEmitName": "consistentPoint",
|
|
129
134
|
"metadataToken": 385876569,
|
|
130
135
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
131
136
|
"normalizedSignature": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
132
137
|
"emitScope": "ClassSurface",
|
|
138
|
+
"provenance": "Original",
|
|
133
139
|
"isIndexer": false,
|
|
134
140
|
"hasGetter": true,
|
|
135
141
|
"hasSetter": false,
|
|
142
|
+
"isStatic": false,
|
|
143
|
+
"isAbstract": false,
|
|
144
|
+
"isVirtual": false,
|
|
145
|
+
"isOverride": false,
|
|
146
|
+
"visibility": "Public",
|
|
136
147
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
137
148
|
"declaringAssemblyName": "Npgsql"
|
|
138
149
|
}
|
|
@@ -147,6 +158,7 @@
|
|
|
147
158
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
148
159
|
"isStatic": false,
|
|
149
160
|
"parameterCount": 2,
|
|
161
|
+
"visibility": "Public",
|
|
150
162
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
151
163
|
"declaringAssemblyName": "Npgsql"
|
|
152
164
|
},
|
|
@@ -157,122 +169,93 @@
|
|
|
157
169
|
"normalizedSignature": "constructor|(System.String,NpgsqlTypes.NpgsqlLogSequenceNumber):void|static=false",
|
|
158
170
|
"isStatic": false,
|
|
159
171
|
"parameterCount": 2,
|
|
172
|
+
"visibility": "Public",
|
|
160
173
|
"declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
|
|
161
174
|
"declaringAssemblyName": "Npgsql"
|
|
162
175
|
}
|
|
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
176
|
]
|
|
206
177
|
},
|
|
207
178
|
{
|
|
208
179
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile",
|
|
209
180
|
"clrName": "Npgsql.Replication.TimelineHistoryFile",
|
|
210
|
-
"tsEmitName": "TimelineHistoryFile",
|
|
211
181
|
"assemblyName": "Npgsql",
|
|
212
182
|
"metadataToken": 0,
|
|
183
|
+
"kind": "Struct",
|
|
184
|
+
"accessibility": "Public",
|
|
185
|
+
"isAbstract": false,
|
|
186
|
+
"isSealed": true,
|
|
187
|
+
"isStatic": false,
|
|
188
|
+
"arity": 0,
|
|
189
|
+
"baseType": {
|
|
190
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
191
|
+
"clrName": "System.ValueType"
|
|
192
|
+
},
|
|
213
193
|
"methods": [],
|
|
214
194
|
"properties": [
|
|
215
195
|
{
|
|
216
196
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile::FileName:System.String",
|
|
217
197
|
"clrName": "FileName",
|
|
218
|
-
"tsEmitName": "fileName",
|
|
219
198
|
"metadataToken": 385876575,
|
|
220
199
|
"canonicalSignature": ":System.String",
|
|
221
200
|
"normalizedSignature": "FileName|:System.String|static=false|accessor=get",
|
|
222
201
|
"emitScope": "ClassSurface",
|
|
202
|
+
"provenance": "Original",
|
|
223
203
|
"isIndexer": false,
|
|
224
204
|
"hasGetter": true,
|
|
225
205
|
"hasSetter": false,
|
|
206
|
+
"isStatic": false,
|
|
207
|
+
"isAbstract": false,
|
|
208
|
+
"isVirtual": false,
|
|
209
|
+
"isOverride": false,
|
|
210
|
+
"visibility": "Public",
|
|
226
211
|
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
227
212
|
"declaringAssemblyName": "Npgsql"
|
|
228
213
|
},
|
|
229
214
|
{
|
|
230
215
|
"stableId": "Npgsql:Npgsql.Replication.TimelineHistoryFile::Content:System.Byte[]",
|
|
231
216
|
"clrName": "Content",
|
|
232
|
-
"tsEmitName": "content",
|
|
233
217
|
"metadataToken": 385876576,
|
|
234
218
|
"canonicalSignature": ":System.Byte[]",
|
|
235
219
|
"normalizedSignature": "Content|:System.Byte[]|static=false|accessor=get",
|
|
236
220
|
"emitScope": "ClassSurface",
|
|
221
|
+
"provenance": "Original",
|
|
237
222
|
"isIndexer": false,
|
|
238
223
|
"hasGetter": true,
|
|
239
224
|
"hasSetter": false,
|
|
225
|
+
"isStatic": false,
|
|
226
|
+
"isAbstract": false,
|
|
227
|
+
"isVirtual": false,
|
|
228
|
+
"isOverride": false,
|
|
229
|
+
"visibility": "Public",
|
|
240
230
|
"declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
|
|
241
231
|
"declaringAssemblyName": "Npgsql"
|
|
242
232
|
}
|
|
243
233
|
],
|
|
244
234
|
"fields": [],
|
|
245
235
|
"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
|
-
]
|
|
236
|
+
"constructors": []
|
|
269
237
|
},
|
|
270
238
|
{
|
|
271
239
|
"stableId": "Npgsql:Npgsql.Replication.LogicalReplicationConnection",
|
|
272
240
|
"clrName": "Npgsql.Replication.LogicalReplicationConnection",
|
|
273
|
-
"tsEmitName": "LogicalReplicationConnection",
|
|
274
241
|
"assemblyName": "Npgsql",
|
|
275
242
|
"metadataToken": 0,
|
|
243
|
+
"kind": "Class",
|
|
244
|
+
"accessibility": "Public",
|
|
245
|
+
"isAbstract": false,
|
|
246
|
+
"isSealed": true,
|
|
247
|
+
"isStatic": false,
|
|
248
|
+
"arity": 0,
|
|
249
|
+
"baseType": {
|
|
250
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
|
|
251
|
+
"clrName": "Npgsql.Replication.ReplicationConnection"
|
|
252
|
+
},
|
|
253
|
+
"interfaces": [
|
|
254
|
+
{
|
|
255
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
256
|
+
"clrName": "System.IAsyncDisposable"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
276
259
|
"methods": [],
|
|
277
260
|
"properties": [],
|
|
278
261
|
"fields": [],
|
|
@@ -285,6 +268,7 @@
|
|
|
285
268
|
"normalizedSignature": "constructor|():void|static=false",
|
|
286
269
|
"isStatic": false,
|
|
287
270
|
"parameterCount": 0,
|
|
271
|
+
"visibility": "Public",
|
|
288
272
|
"declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
|
|
289
273
|
"declaringAssemblyName": "Npgsql"
|
|
290
274
|
},
|
|
@@ -295,242 +279,50 @@
|
|
|
295
279
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
296
280
|
"isStatic": false,
|
|
297
281
|
"parameterCount": 1,
|
|
282
|
+
"visibility": "Public",
|
|
298
283
|
"declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
|
|
299
284
|
"declaringAssemblyName": "Npgsql"
|
|
300
285
|
}
|
|
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
286
|
]
|
|
516
287
|
},
|
|
517
288
|
{
|
|
518
289
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection",
|
|
519
290
|
"clrName": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
520
|
-
"tsEmitName": "PhysicalReplicationConnection",
|
|
521
291
|
"assemblyName": "Npgsql",
|
|
522
292
|
"metadataToken": 0,
|
|
293
|
+
"kind": "Class",
|
|
294
|
+
"accessibility": "Public",
|
|
295
|
+
"isAbstract": false,
|
|
296
|
+
"isSealed": true,
|
|
297
|
+
"isStatic": false,
|
|
298
|
+
"arity": 0,
|
|
299
|
+
"baseType": {
|
|
300
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
|
|
301
|
+
"clrName": "Npgsql.Replication.ReplicationConnection"
|
|
302
|
+
},
|
|
303
|
+
"interfaces": [
|
|
304
|
+
{
|
|
305
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
306
|
+
"clrName": "System.IAsyncDisposable"
|
|
307
|
+
}
|
|
308
|
+
],
|
|
523
309
|
"methods": [
|
|
524
310
|
{
|
|
525
311
|
"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
312
|
"clrName": "CreateReplicationSlot",
|
|
527
|
-
"tsEmitName": "createReplicationSlot",
|
|
528
313
|
"metadataToken": 100665824,
|
|
529
314
|
"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
315
|
"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
316
|
"emitScope": "ClassSurface",
|
|
317
|
+
"provenance": "Original",
|
|
532
318
|
"arity": 0,
|
|
533
319
|
"parameterCount": 4,
|
|
320
|
+
"isStatic": false,
|
|
321
|
+
"isAbstract": false,
|
|
322
|
+
"isVirtual": false,
|
|
323
|
+
"isOverride": false,
|
|
324
|
+
"isSealed": false,
|
|
325
|
+
"visibility": "Public",
|
|
534
326
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
535
327
|
"declaringAssemblyName": "Npgsql",
|
|
536
328
|
"isExtensionMethod": false
|
|
@@ -538,13 +330,19 @@
|
|
|
538
330
|
{
|
|
539
331
|
"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
332
|
"clrName": "ReadReplicationSlot",
|
|
541
|
-
"tsEmitName": "readReplicationSlot",
|
|
542
333
|
"metadataToken": 100665825,
|
|
543
334
|
"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
335
|
"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
336
|
"emitScope": "ClassSurface",
|
|
337
|
+
"provenance": "Original",
|
|
546
338
|
"arity": 0,
|
|
547
339
|
"parameterCount": 2,
|
|
340
|
+
"isStatic": false,
|
|
341
|
+
"isAbstract": false,
|
|
342
|
+
"isVirtual": false,
|
|
343
|
+
"isOverride": false,
|
|
344
|
+
"isSealed": false,
|
|
345
|
+
"visibility": "Public",
|
|
548
346
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
549
347
|
"declaringAssemblyName": "Npgsql",
|
|
550
348
|
"isExtensionMethod": false
|
|
@@ -552,13 +350,19 @@
|
|
|
552
350
|
{
|
|
553
351
|
"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
352
|
"clrName": "StartReplication",
|
|
555
|
-
"tsEmitName": "startReplication",
|
|
556
353
|
"metadataToken": 100665826,
|
|
557
354
|
"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
355
|
"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
356
|
"emitScope": "ClassSurface",
|
|
357
|
+
"provenance": "Original",
|
|
560
358
|
"arity": 0,
|
|
561
359
|
"parameterCount": 4,
|
|
360
|
+
"isStatic": false,
|
|
361
|
+
"isAbstract": false,
|
|
362
|
+
"isVirtual": false,
|
|
363
|
+
"isOverride": false,
|
|
364
|
+
"isSealed": false,
|
|
365
|
+
"visibility": "Public",
|
|
562
366
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
563
367
|
"declaringAssemblyName": "Npgsql",
|
|
564
368
|
"isExtensionMethod": false
|
|
@@ -566,13 +370,19 @@
|
|
|
566
370
|
{
|
|
567
371
|
"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
372
|
"clrName": "StartReplication",
|
|
569
|
-
"tsEmitName": "startReplication",
|
|
570
373
|
"metadataToken": 100665827,
|
|
571
374
|
"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
375
|
"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
376
|
"emitScope": "ClassSurface",
|
|
377
|
+
"provenance": "Original",
|
|
574
378
|
"arity": 0,
|
|
575
379
|
"parameterCount": 3,
|
|
380
|
+
"isStatic": false,
|
|
381
|
+
"isAbstract": false,
|
|
382
|
+
"isVirtual": false,
|
|
383
|
+
"isOverride": false,
|
|
384
|
+
"isSealed": false,
|
|
385
|
+
"visibility": "Public",
|
|
576
386
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
577
387
|
"declaringAssemblyName": "Npgsql",
|
|
578
388
|
"isExtensionMethod": false
|
|
@@ -580,13 +390,19 @@
|
|
|
580
390
|
{
|
|
581
391
|
"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
392
|
"clrName": "StartReplication",
|
|
583
|
-
"tsEmitName": "startReplication",
|
|
584
393
|
"metadataToken": 100665828,
|
|
585
394
|
"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
395
|
"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
396
|
"emitScope": "ClassSurface",
|
|
397
|
+
"provenance": "Original",
|
|
588
398
|
"arity": 0,
|
|
589
399
|
"parameterCount": 2,
|
|
400
|
+
"isStatic": false,
|
|
401
|
+
"isAbstract": false,
|
|
402
|
+
"isVirtual": false,
|
|
403
|
+
"isOverride": false,
|
|
404
|
+
"isSealed": false,
|
|
405
|
+
"visibility": "Public",
|
|
590
406
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
591
407
|
"declaringAssemblyName": "Npgsql",
|
|
592
408
|
"isExtensionMethod": false
|
|
@@ -603,6 +419,7 @@
|
|
|
603
419
|
"normalizedSignature": "constructor|():void|static=false",
|
|
604
420
|
"isStatic": false,
|
|
605
421
|
"parameterCount": 0,
|
|
422
|
+
"visibility": "Public",
|
|
606
423
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
607
424
|
"declaringAssemblyName": "Npgsql"
|
|
608
425
|
},
|
|
@@ -613,308 +430,64 @@
|
|
|
613
430
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
614
431
|
"isStatic": false,
|
|
615
432
|
"parameterCount": 1,
|
|
433
|
+
"visibility": "Public",
|
|
616
434
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
|
|
617
435
|
"declaringAssemblyName": "Npgsql"
|
|
618
436
|
}
|
|
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
437
|
]
|
|
884
438
|
},
|
|
885
439
|
{
|
|
886
440
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot",
|
|
887
441
|
"clrName": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
888
|
-
"tsEmitName": "PhysicalReplicationSlot",
|
|
889
442
|
"assemblyName": "Npgsql",
|
|
890
443
|
"metadataToken": 0,
|
|
444
|
+
"kind": "Class",
|
|
445
|
+
"accessibility": "Public",
|
|
446
|
+
"isAbstract": false,
|
|
447
|
+
"isSealed": false,
|
|
448
|
+
"isStatic": false,
|
|
449
|
+
"arity": 0,
|
|
450
|
+
"baseType": {
|
|
451
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
|
|
452
|
+
"clrName": "Npgsql.Replication.ReplicationSlot"
|
|
453
|
+
},
|
|
891
454
|
"methods": [],
|
|
892
455
|
"properties": [
|
|
893
456
|
{
|
|
894
457
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot::RestartLsn:System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
895
458
|
"clrName": "RestartLsn",
|
|
896
|
-
"tsEmitName": "restartLsn",
|
|
897
459
|
"metadataToken": 385876548,
|
|
898
460
|
"canonicalSignature": ":System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
899
461
|
"normalizedSignature": "RestartLsn|:System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
900
462
|
"emitScope": "ClassSurface",
|
|
463
|
+
"provenance": "Original",
|
|
901
464
|
"isIndexer": false,
|
|
902
465
|
"hasGetter": true,
|
|
903
466
|
"hasSetter": false,
|
|
467
|
+
"isStatic": false,
|
|
468
|
+
"isAbstract": false,
|
|
469
|
+
"isVirtual": false,
|
|
470
|
+
"isOverride": false,
|
|
471
|
+
"visibility": "Public",
|
|
904
472
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
905
473
|
"declaringAssemblyName": "Npgsql"
|
|
906
474
|
},
|
|
907
475
|
{
|
|
908
476
|
"stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationSlot::RestartTimeline:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
909
477
|
"clrName": "RestartTimeline",
|
|
910
|
-
"tsEmitName": "restartTimeline",
|
|
911
478
|
"metadataToken": 385876549,
|
|
912
479
|
"canonicalSignature": ":System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
913
480
|
"normalizedSignature": "RestartTimeline|:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
914
481
|
"emitScope": "ClassSurface",
|
|
482
|
+
"provenance": "Original",
|
|
915
483
|
"isIndexer": false,
|
|
916
484
|
"hasGetter": true,
|
|
917
485
|
"hasSetter": false,
|
|
486
|
+
"isStatic": false,
|
|
487
|
+
"isAbstract": false,
|
|
488
|
+
"isVirtual": false,
|
|
489
|
+
"isOverride": false,
|
|
490
|
+
"visibility": "Public",
|
|
918
491
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
919
492
|
"declaringAssemblyName": "Npgsql"
|
|
920
493
|
}
|
|
@@ -929,71 +502,50 @@
|
|
|
929
502
|
"normalizedSignature": "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",
|
|
930
503
|
"isStatic": false,
|
|
931
504
|
"parameterCount": 3,
|
|
505
|
+
"visibility": "Public",
|
|
932
506
|
"declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
|
|
933
507
|
"declaringAssemblyName": "Npgsql"
|
|
934
508
|
}
|
|
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
509
|
]
|
|
979
510
|
},
|
|
980
511
|
{
|
|
981
512
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
|
|
982
513
|
"clrName": "Npgsql.Replication.ReplicationConnection",
|
|
983
|
-
"tsEmitName": "ReplicationConnection",
|
|
984
514
|
"assemblyName": "Npgsql",
|
|
985
515
|
"metadataToken": 0,
|
|
516
|
+
"kind": "Class",
|
|
517
|
+
"accessibility": "Public",
|
|
518
|
+
"isAbstract": true,
|
|
519
|
+
"isSealed": false,
|
|
520
|
+
"isStatic": false,
|
|
521
|
+
"arity": 0,
|
|
522
|
+
"baseType": {
|
|
523
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
524
|
+
"clrName": "System.Object"
|
|
525
|
+
},
|
|
526
|
+
"interfaces": [
|
|
527
|
+
{
|
|
528
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
529
|
+
"clrName": "System.IAsyncDisposable"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
986
532
|
"methods": [
|
|
987
533
|
{
|
|
988
534
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Open(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
989
535
|
"clrName": "Open",
|
|
990
|
-
"tsEmitName": "open",
|
|
991
536
|
"metadataToken": 100665857,
|
|
992
537
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
993
538
|
"normalizedSignature": "Open|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
994
539
|
"emitScope": "ClassSurface",
|
|
540
|
+
"provenance": "Original",
|
|
995
541
|
"arity": 0,
|
|
996
542
|
"parameterCount": 1,
|
|
543
|
+
"isStatic": false,
|
|
544
|
+
"isAbstract": false,
|
|
545
|
+
"isVirtual": false,
|
|
546
|
+
"isOverride": false,
|
|
547
|
+
"isSealed": false,
|
|
548
|
+
"visibility": "Public",
|
|
997
549
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
998
550
|
"declaringAssemblyName": "Npgsql",
|
|
999
551
|
"isExtensionMethod": false
|
|
@@ -1001,13 +553,19 @@
|
|
|
1001
553
|
{
|
|
1002
554
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
1003
555
|
"clrName": "DisposeAsync",
|
|
1004
|
-
"tsEmitName": "disposeAsync",
|
|
1005
556
|
"metadataToken": 100665858,
|
|
1006
557
|
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
1007
558
|
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
1008
559
|
"emitScope": "ClassSurface",
|
|
560
|
+
"provenance": "Original",
|
|
1009
561
|
"arity": 0,
|
|
1010
562
|
"parameterCount": 0,
|
|
563
|
+
"isStatic": false,
|
|
564
|
+
"isAbstract": false,
|
|
565
|
+
"isVirtual": true,
|
|
566
|
+
"isOverride": false,
|
|
567
|
+
"isSealed": true,
|
|
568
|
+
"visibility": "Public",
|
|
1011
569
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1012
570
|
"declaringAssemblyName": "Npgsql",
|
|
1013
571
|
"isExtensionMethod": false
|
|
@@ -1015,13 +573,19 @@
|
|
|
1015
573
|
{
|
|
1016
574
|
"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
575
|
"clrName": "IdentifySystem",
|
|
1018
|
-
"tsEmitName": "identifySystem",
|
|
1019
576
|
"metadataToken": 100665859,
|
|
1020
577
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.ReplicationSystemIdentification,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
1021
578
|
"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
579
|
"emitScope": "ClassSurface",
|
|
580
|
+
"provenance": "Original",
|
|
1023
581
|
"arity": 0,
|
|
1024
582
|
"parameterCount": 1,
|
|
583
|
+
"isStatic": false,
|
|
584
|
+
"isAbstract": false,
|
|
585
|
+
"isVirtual": false,
|
|
586
|
+
"isOverride": false,
|
|
587
|
+
"isSealed": false,
|
|
588
|
+
"visibility": "Public",
|
|
1025
589
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1026
590
|
"declaringAssemblyName": "Npgsql",
|
|
1027
591
|
"isExtensionMethod": false
|
|
@@ -1029,13 +593,19 @@
|
|
|
1029
593
|
{
|
|
1030
594
|
"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
595
|
"clrName": "Show",
|
|
1032
|
-
"tsEmitName": "show",
|
|
1033
596
|
"metadataToken": 100665860,
|
|
1034
597
|
"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
598
|
"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
599
|
"emitScope": "ClassSurface",
|
|
600
|
+
"provenance": "Original",
|
|
1037
601
|
"arity": 0,
|
|
1038
602
|
"parameterCount": 2,
|
|
603
|
+
"isStatic": false,
|
|
604
|
+
"isAbstract": false,
|
|
605
|
+
"isVirtual": false,
|
|
606
|
+
"isOverride": false,
|
|
607
|
+
"isSealed": false,
|
|
608
|
+
"visibility": "Public",
|
|
1039
609
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1040
610
|
"declaringAssemblyName": "Npgsql",
|
|
1041
611
|
"isExtensionMethod": false
|
|
@@ -1043,13 +613,19 @@
|
|
|
1043
613
|
{
|
|
1044
614
|
"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
615
|
"clrName": "TimelineHistory",
|
|
1046
|
-
"tsEmitName": "timelineHistory",
|
|
1047
616
|
"metadataToken": 100665861,
|
|
1048
617
|
"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
618
|
"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
619
|
"emitScope": "ClassSurface",
|
|
620
|
+
"provenance": "Original",
|
|
1051
621
|
"arity": 0,
|
|
1052
622
|
"parameterCount": 2,
|
|
623
|
+
"isStatic": false,
|
|
624
|
+
"isAbstract": false,
|
|
625
|
+
"isVirtual": false,
|
|
626
|
+
"isOverride": false,
|
|
627
|
+
"isSealed": false,
|
|
628
|
+
"visibility": "Public",
|
|
1053
629
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1054
630
|
"declaringAssemblyName": "Npgsql",
|
|
1055
631
|
"isExtensionMethod": false
|
|
@@ -1057,13 +633,19 @@
|
|
|
1057
633
|
{
|
|
1058
634
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::SetReplicationStatus(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void",
|
|
1059
635
|
"clrName": "SetReplicationStatus",
|
|
1060
|
-
"tsEmitName": "setReplicationStatus",
|
|
1061
636
|
"metadataToken": 100665866,
|
|
1062
637
|
"canonicalSignature": "(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void",
|
|
1063
638
|
"normalizedSignature": "SetReplicationStatus|(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Void|static=false",
|
|
1064
639
|
"emitScope": "ClassSurface",
|
|
640
|
+
"provenance": "Original",
|
|
1065
641
|
"arity": 0,
|
|
1066
642
|
"parameterCount": 1,
|
|
643
|
+
"isStatic": false,
|
|
644
|
+
"isAbstract": false,
|
|
645
|
+
"isVirtual": false,
|
|
646
|
+
"isOverride": false,
|
|
647
|
+
"isSealed": false,
|
|
648
|
+
"visibility": "Public",
|
|
1067
649
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1068
650
|
"declaringAssemblyName": "Npgsql",
|
|
1069
651
|
"isExtensionMethod": false
|
|
@@ -1071,13 +653,19 @@
|
|
|
1071
653
|
{
|
|
1072
654
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::SendStatusUpdate(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1073
655
|
"clrName": "SendStatusUpdate",
|
|
1074
|
-
"tsEmitName": "sendStatusUpdate",
|
|
1075
656
|
"metadataToken": 100665867,
|
|
1076
657
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1077
658
|
"normalizedSignature": "SendStatusUpdate|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1078
659
|
"emitScope": "ClassSurface",
|
|
660
|
+
"provenance": "Original",
|
|
1079
661
|
"arity": 0,
|
|
1080
662
|
"parameterCount": 1,
|
|
663
|
+
"isStatic": false,
|
|
664
|
+
"isAbstract": false,
|
|
665
|
+
"isVirtual": false,
|
|
666
|
+
"isOverride": false,
|
|
667
|
+
"isSealed": false,
|
|
668
|
+
"visibility": "Public",
|
|
1081
669
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1082
670
|
"declaringAssemblyName": "Npgsql",
|
|
1083
671
|
"isExtensionMethod": false
|
|
@@ -1085,13 +673,19 @@
|
|
|
1085
673
|
{
|
|
1086
674
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::DropReplicationSlot(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1087
675
|
"clrName": "DropReplicationSlot",
|
|
1088
|
-
"tsEmitName": "dropReplicationSlot",
|
|
1089
676
|
"metadataToken": 100665871,
|
|
1090
677
|
"canonicalSignature": "(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1091
678
|
"normalizedSignature": "DropReplicationSlot|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1092
679
|
"emitScope": "ClassSurface",
|
|
680
|
+
"provenance": "Original",
|
|
1093
681
|
"arity": 0,
|
|
1094
682
|
"parameterCount": 3,
|
|
683
|
+
"isStatic": false,
|
|
684
|
+
"isAbstract": false,
|
|
685
|
+
"isVirtual": false,
|
|
686
|
+
"isOverride": false,
|
|
687
|
+
"isSealed": false,
|
|
688
|
+
"visibility": "Public",
|
|
1095
689
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1096
690
|
"declaringAssemblyName": "Npgsql",
|
|
1097
691
|
"isExtensionMethod": false
|
|
@@ -1101,612 +695,480 @@
|
|
|
1101
695
|
{
|
|
1102
696
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ConnectionString:System.String",
|
|
1103
697
|
"clrName": "ConnectionString",
|
|
1104
|
-
"tsEmitName": "connectionString",
|
|
1105
698
|
"metadataToken": 385876551,
|
|
1106
699
|
"canonicalSignature": ":System.String",
|
|
1107
700
|
"normalizedSignature": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
1108
701
|
"emitScope": "ClassSurface",
|
|
702
|
+
"provenance": "Original",
|
|
1109
703
|
"isIndexer": false,
|
|
1110
704
|
"hasGetter": true,
|
|
1111
705
|
"hasSetter": true,
|
|
706
|
+
"isStatic": false,
|
|
707
|
+
"isAbstract": false,
|
|
708
|
+
"isVirtual": false,
|
|
709
|
+
"isOverride": false,
|
|
710
|
+
"visibility": "Public",
|
|
1112
711
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1113
712
|
"declaringAssemblyName": "Npgsql"
|
|
1114
713
|
},
|
|
1115
714
|
{
|
|
1116
715
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastReceivedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1117
716
|
"clrName": "LastReceivedLsn",
|
|
1118
|
-
"tsEmitName": "lastReceivedLsn",
|
|
1119
717
|
"metadataToken": 385876552,
|
|
1120
718
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1121
|
-
"normalizedSignature": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=
|
|
719
|
+
"normalizedSignature": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1122
720
|
"emitScope": "ClassSurface",
|
|
721
|
+
"provenance": "Original",
|
|
1123
722
|
"isIndexer": false,
|
|
1124
723
|
"hasGetter": true,
|
|
1125
|
-
"hasSetter":
|
|
724
|
+
"hasSetter": true,
|
|
725
|
+
"isStatic": false,
|
|
726
|
+
"isAbstract": false,
|
|
727
|
+
"isVirtual": false,
|
|
728
|
+
"isOverride": false,
|
|
729
|
+
"visibility": "Public",
|
|
1126
730
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1127
731
|
"declaringAssemblyName": "Npgsql"
|
|
1128
732
|
},
|
|
1129
733
|
{
|
|
1130
734
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastFlushedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1131
735
|
"clrName": "LastFlushedLsn",
|
|
1132
|
-
"tsEmitName": "lastFlushedLsn",
|
|
1133
736
|
"metadataToken": 385876553,
|
|
1134
737
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1135
738
|
"normalizedSignature": "LastFlushedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1136
739
|
"emitScope": "ClassSurface",
|
|
740
|
+
"provenance": "Original",
|
|
1137
741
|
"isIndexer": false,
|
|
1138
742
|
"hasGetter": true,
|
|
1139
743
|
"hasSetter": true,
|
|
744
|
+
"isStatic": false,
|
|
745
|
+
"isAbstract": false,
|
|
746
|
+
"isVirtual": false,
|
|
747
|
+
"isOverride": false,
|
|
748
|
+
"visibility": "Public",
|
|
1140
749
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1141
750
|
"declaringAssemblyName": "Npgsql"
|
|
1142
751
|
},
|
|
1143
752
|
{
|
|
1144
753
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::LastAppliedLsn:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1145
754
|
"clrName": "LastAppliedLsn",
|
|
1146
|
-
"tsEmitName": "lastAppliedLsn",
|
|
1147
755
|
"metadataToken": 385876554,
|
|
1148
756
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1149
757
|
"normalizedSignature": "LastAppliedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1150
758
|
"emitScope": "ClassSurface",
|
|
759
|
+
"provenance": "Original",
|
|
1151
760
|
"isIndexer": false,
|
|
1152
761
|
"hasGetter": true,
|
|
1153
762
|
"hasSetter": true,
|
|
763
|
+
"isStatic": false,
|
|
764
|
+
"isAbstract": false,
|
|
765
|
+
"isVirtual": false,
|
|
766
|
+
"isOverride": false,
|
|
767
|
+
"visibility": "Public",
|
|
1154
768
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1155
769
|
"declaringAssemblyName": "Npgsql"
|
|
1156
770
|
},
|
|
1157
771
|
{
|
|
1158
772
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::WalReceiverStatusInterval:System.TimeSpan",
|
|
1159
773
|
"clrName": "WalReceiverStatusInterval",
|
|
1160
|
-
"tsEmitName": "walReceiverStatusInterval",
|
|
1161
774
|
"metadataToken": 385876555,
|
|
1162
775
|
"canonicalSignature": ":System.TimeSpan",
|
|
1163
776
|
"normalizedSignature": "WalReceiverStatusInterval|:System.TimeSpan|static=false|accessor=getset",
|
|
1164
777
|
"emitScope": "ClassSurface",
|
|
778
|
+
"provenance": "Original",
|
|
1165
779
|
"isIndexer": false,
|
|
1166
780
|
"hasGetter": true,
|
|
1167
781
|
"hasSetter": true,
|
|
782
|
+
"isStatic": false,
|
|
783
|
+
"isAbstract": false,
|
|
784
|
+
"isVirtual": false,
|
|
785
|
+
"isOverride": false,
|
|
786
|
+
"visibility": "Public",
|
|
1168
787
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1169
788
|
"declaringAssemblyName": "Npgsql"
|
|
1170
789
|
},
|
|
1171
790
|
{
|
|
1172
791
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::WalReceiverTimeout:System.TimeSpan",
|
|
1173
792
|
"clrName": "WalReceiverTimeout",
|
|
1174
|
-
"tsEmitName": "walReceiverTimeout",
|
|
1175
793
|
"metadataToken": 385876556,
|
|
1176
794
|
"canonicalSignature": ":System.TimeSpan",
|
|
1177
795
|
"normalizedSignature": "WalReceiverTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1178
796
|
"emitScope": "ClassSurface",
|
|
797
|
+
"provenance": "Original",
|
|
1179
798
|
"isIndexer": false,
|
|
1180
799
|
"hasGetter": true,
|
|
1181
800
|
"hasSetter": true,
|
|
801
|
+
"isStatic": false,
|
|
802
|
+
"isAbstract": false,
|
|
803
|
+
"isVirtual": false,
|
|
804
|
+
"isOverride": false,
|
|
805
|
+
"visibility": "Public",
|
|
1182
806
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1183
807
|
"declaringAssemblyName": "Npgsql"
|
|
1184
808
|
},
|
|
1185
809
|
{
|
|
1186
810
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::PostgreSqlVersion:System.Version",
|
|
1187
811
|
"clrName": "PostgreSqlVersion",
|
|
1188
|
-
"tsEmitName": "postgreSqlVersion",
|
|
1189
812
|
"metadataToken": 385876558,
|
|
1190
813
|
"canonicalSignature": ":System.Version",
|
|
1191
814
|
"normalizedSignature": "PostgreSqlVersion|:System.Version|static=false|accessor=get",
|
|
1192
815
|
"emitScope": "ClassSurface",
|
|
816
|
+
"provenance": "Original",
|
|
1193
817
|
"isIndexer": false,
|
|
1194
818
|
"hasGetter": true,
|
|
1195
819
|
"hasSetter": false,
|
|
820
|
+
"isStatic": false,
|
|
821
|
+
"isAbstract": false,
|
|
822
|
+
"isVirtual": false,
|
|
823
|
+
"isOverride": false,
|
|
824
|
+
"visibility": "Public",
|
|
1196
825
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1197
826
|
"declaringAssemblyName": "Npgsql"
|
|
1198
827
|
},
|
|
1199
828
|
{
|
|
1200
829
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ServerVersion:System.String",
|
|
1201
830
|
"clrName": "ServerVersion",
|
|
1202
|
-
"tsEmitName": "serverVersion",
|
|
1203
831
|
"metadataToken": 385876559,
|
|
1204
832
|
"canonicalSignature": ":System.String",
|
|
1205
833
|
"normalizedSignature": "ServerVersion|:System.String|static=false|accessor=get",
|
|
1206
834
|
"emitScope": "ClassSurface",
|
|
835
|
+
"provenance": "Original",
|
|
1207
836
|
"isIndexer": false,
|
|
1208
837
|
"hasGetter": true,
|
|
1209
838
|
"hasSetter": false,
|
|
839
|
+
"isStatic": false,
|
|
840
|
+
"isAbstract": false,
|
|
841
|
+
"isVirtual": false,
|
|
842
|
+
"isOverride": false,
|
|
843
|
+
"visibility": "Public",
|
|
1210
844
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1211
845
|
"declaringAssemblyName": "Npgsql"
|
|
1212
846
|
},
|
|
1213
847
|
{
|
|
1214
848
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::CommandTimeout:System.TimeSpan",
|
|
1215
849
|
"clrName": "CommandTimeout",
|
|
1216
|
-
"tsEmitName": "commandTimeout",
|
|
1217
850
|
"metadataToken": 385876561,
|
|
1218
851
|
"canonicalSignature": ":System.TimeSpan",
|
|
1219
852
|
"normalizedSignature": "CommandTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
1220
853
|
"emitScope": "ClassSurface",
|
|
854
|
+
"provenance": "Original",
|
|
1221
855
|
"isIndexer": false,
|
|
1222
856
|
"hasGetter": true,
|
|
1223
857
|
"hasSetter": true,
|
|
858
|
+
"isStatic": false,
|
|
859
|
+
"isAbstract": false,
|
|
860
|
+
"isVirtual": false,
|
|
861
|
+
"isOverride": false,
|
|
862
|
+
"visibility": "Public",
|
|
1224
863
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1225
864
|
"declaringAssemblyName": "Npgsql"
|
|
1226
865
|
},
|
|
1227
866
|
{
|
|
1228
867
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Encoding:System.Text.Encoding",
|
|
1229
868
|
"clrName": "Encoding",
|
|
1230
|
-
"tsEmitName": "encoding",
|
|
1231
869
|
"metadataToken": 385876562,
|
|
1232
870
|
"canonicalSignature": ":System.Text.Encoding",
|
|
1233
871
|
"normalizedSignature": "Encoding|:System.Text.Encoding|static=false|accessor=get",
|
|
1234
872
|
"emitScope": "ClassSurface",
|
|
873
|
+
"provenance": "Original",
|
|
1235
874
|
"isIndexer": false,
|
|
1236
875
|
"hasGetter": true,
|
|
1237
876
|
"hasSetter": false,
|
|
877
|
+
"isStatic": false,
|
|
878
|
+
"isAbstract": false,
|
|
879
|
+
"isVirtual": false,
|
|
880
|
+
"isOverride": false,
|
|
881
|
+
"visibility": "Public",
|
|
1238
882
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1239
883
|
"declaringAssemblyName": "Npgsql"
|
|
1240
884
|
},
|
|
1241
885
|
{
|
|
1242
886
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::ProcessID:System.Int32",
|
|
1243
887
|
"clrName": "ProcessID",
|
|
1244
|
-
"tsEmitName": "processID",
|
|
1245
888
|
"metadataToken": 385876563,
|
|
1246
889
|
"canonicalSignature": ":System.Int32",
|
|
1247
890
|
"normalizedSignature": "ProcessID|:System.Int32|static=false|accessor=get",
|
|
1248
891
|
"emitScope": "ClassSurface",
|
|
892
|
+
"provenance": "Original",
|
|
1249
893
|
"isIndexer": false,
|
|
1250
894
|
"hasGetter": true,
|
|
1251
895
|
"hasSetter": false,
|
|
896
|
+
"isStatic": false,
|
|
897
|
+
"isAbstract": false,
|
|
898
|
+
"isVirtual": false,
|
|
899
|
+
"isOverride": false,
|
|
900
|
+
"visibility": "Public",
|
|
1252
901
|
"declaringClrType": "Npgsql.Replication.ReplicationConnection",
|
|
1253
902
|
"declaringAssemblyName": "Npgsql"
|
|
1254
903
|
}
|
|
1255
904
|
],
|
|
1256
905
|
"fields": [],
|
|
1257
906
|
"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
|
-
]
|
|
907
|
+
"constructors": []
|
|
1453
908
|
},
|
|
1454
909
|
{
|
|
1455
910
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
|
|
1456
911
|
"clrName": "Npgsql.Replication.ReplicationMessage",
|
|
1457
|
-
"tsEmitName": "ReplicationMessage",
|
|
1458
912
|
"assemblyName": "Npgsql",
|
|
1459
913
|
"metadataToken": 0,
|
|
914
|
+
"kind": "Class",
|
|
915
|
+
"accessibility": "Public",
|
|
916
|
+
"isAbstract": true,
|
|
917
|
+
"isSealed": false,
|
|
918
|
+
"isStatic": false,
|
|
919
|
+
"arity": 0,
|
|
920
|
+
"baseType": {
|
|
921
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
922
|
+
"clrName": "System.Object"
|
|
923
|
+
},
|
|
1460
924
|
"methods": [],
|
|
1461
925
|
"properties": [
|
|
1462
926
|
{
|
|
1463
927
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::WalStart:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1464
928
|
"clrName": "WalStart",
|
|
1465
|
-
"tsEmitName": "walStart",
|
|
1466
929
|
"metadataToken": 385876564,
|
|
1467
930
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1468
|
-
"normalizedSignature": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=
|
|
931
|
+
"normalizedSignature": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1469
932
|
"emitScope": "ClassSurface",
|
|
933
|
+
"provenance": "Original",
|
|
1470
934
|
"isIndexer": false,
|
|
1471
935
|
"hasGetter": true,
|
|
1472
|
-
"hasSetter":
|
|
936
|
+
"hasSetter": true,
|
|
937
|
+
"isStatic": false,
|
|
938
|
+
"isAbstract": false,
|
|
939
|
+
"isVirtual": false,
|
|
940
|
+
"isOverride": false,
|
|
941
|
+
"visibility": "Public",
|
|
1473
942
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1474
943
|
"declaringAssemblyName": "Npgsql"
|
|
1475
944
|
},
|
|
1476
945
|
{
|
|
1477
946
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::WalEnd:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1478
947
|
"clrName": "WalEnd",
|
|
1479
|
-
"tsEmitName": "walEnd",
|
|
1480
948
|
"metadataToken": 385876565,
|
|
1481
949
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1482
|
-
"normalizedSignature": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=
|
|
950
|
+
"normalizedSignature": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
|
|
1483
951
|
"emitScope": "ClassSurface",
|
|
952
|
+
"provenance": "Original",
|
|
1484
953
|
"isIndexer": false,
|
|
1485
954
|
"hasGetter": true,
|
|
1486
|
-
"hasSetter":
|
|
955
|
+
"hasSetter": true,
|
|
956
|
+
"isStatic": false,
|
|
957
|
+
"isAbstract": false,
|
|
958
|
+
"isVirtual": false,
|
|
959
|
+
"isOverride": false,
|
|
960
|
+
"visibility": "Public",
|
|
1487
961
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1488
962
|
"declaringAssemblyName": "Npgsql"
|
|
1489
963
|
},
|
|
1490
964
|
{
|
|
1491
965
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::ServerClock:System.DateTime",
|
|
1492
966
|
"clrName": "ServerClock",
|
|
1493
|
-
"tsEmitName": "serverClock",
|
|
1494
967
|
"metadataToken": 385876566,
|
|
1495
968
|
"canonicalSignature": ":System.DateTime",
|
|
1496
|
-
"normalizedSignature": "ServerClock|:System.DateTime|static=false|accessor=
|
|
969
|
+
"normalizedSignature": "ServerClock|:System.DateTime|static=false|accessor=getset",
|
|
1497
970
|
"emitScope": "ClassSurface",
|
|
971
|
+
"provenance": "Original",
|
|
1498
972
|
"isIndexer": false,
|
|
1499
973
|
"hasGetter": true,
|
|
1500
|
-
"hasSetter":
|
|
974
|
+
"hasSetter": true,
|
|
975
|
+
"isStatic": false,
|
|
976
|
+
"isAbstract": false,
|
|
977
|
+
"isVirtual": false,
|
|
978
|
+
"isOverride": false,
|
|
979
|
+
"visibility": "Public",
|
|
1501
980
|
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
1502
981
|
"declaringAssemblyName": "Npgsql"
|
|
1503
982
|
}
|
|
1504
983
|
],
|
|
1505
984
|
"fields": [],
|
|
1506
985
|
"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
|
-
},
|
|
986
|
+
"constructors": [
|
|
1529
987
|
{
|
|
1530
|
-
"
|
|
988
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::.ctor():void",
|
|
989
|
+
"metadataToken": 100665888,
|
|
990
|
+
"canonicalSignature": "():void",
|
|
991
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1531
992
|
"isStatic": false,
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
"metadataToken": 385876566
|
|
1537
|
-
}
|
|
993
|
+
"parameterCount": 0,
|
|
994
|
+
"visibility": "Protected",
|
|
995
|
+
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
996
|
+
"declaringAssemblyName": "Npgsql"
|
|
1538
997
|
}
|
|
1539
998
|
]
|
|
1540
999
|
},
|
|
1541
1000
|
{
|
|
1542
1001
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
|
|
1543
1002
|
"clrName": "Npgsql.Replication.ReplicationSlot",
|
|
1544
|
-
"tsEmitName": "ReplicationSlot",
|
|
1545
1003
|
"assemblyName": "Npgsql",
|
|
1546
1004
|
"metadataToken": 0,
|
|
1005
|
+
"kind": "Class",
|
|
1006
|
+
"accessibility": "Public",
|
|
1007
|
+
"isAbstract": true,
|
|
1008
|
+
"isSealed": false,
|
|
1009
|
+
"isStatic": false,
|
|
1010
|
+
"arity": 0,
|
|
1011
|
+
"baseType": {
|
|
1012
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1013
|
+
"clrName": "System.Object"
|
|
1014
|
+
},
|
|
1547
1015
|
"methods": [],
|
|
1548
1016
|
"properties": [
|
|
1549
1017
|
{
|
|
1550
1018
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSlot::Name:System.String",
|
|
1551
1019
|
"clrName": "Name",
|
|
1552
|
-
"tsEmitName": "name",
|
|
1553
1020
|
"metadataToken": 385876567,
|
|
1554
1021
|
"canonicalSignature": ":System.String",
|
|
1555
1022
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
1556
1023
|
"emitScope": "ClassSurface",
|
|
1024
|
+
"provenance": "Original",
|
|
1557
1025
|
"isIndexer": false,
|
|
1558
1026
|
"hasGetter": true,
|
|
1559
1027
|
"hasSetter": false,
|
|
1028
|
+
"isStatic": false,
|
|
1029
|
+
"isAbstract": false,
|
|
1030
|
+
"isVirtual": false,
|
|
1031
|
+
"isOverride": false,
|
|
1032
|
+
"visibility": "Public",
|
|
1560
1033
|
"declaringClrType": "Npgsql.Replication.ReplicationSlot",
|
|
1561
1034
|
"declaringAssemblyName": "Npgsql"
|
|
1562
1035
|
}
|
|
1563
1036
|
],
|
|
1564
1037
|
"fields": [],
|
|
1565
1038
|
"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
|
-
]
|
|
1039
|
+
"constructors": []
|
|
1579
1040
|
},
|
|
1580
1041
|
{
|
|
1581
1042
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification",
|
|
1582
1043
|
"clrName": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1583
|
-
"tsEmitName": "ReplicationSystemIdentification",
|
|
1584
1044
|
"assemblyName": "Npgsql",
|
|
1585
1045
|
"metadataToken": 0,
|
|
1046
|
+
"kind": "Class",
|
|
1047
|
+
"accessibility": "Public",
|
|
1048
|
+
"isAbstract": false,
|
|
1049
|
+
"isSealed": false,
|
|
1050
|
+
"isStatic": false,
|
|
1051
|
+
"arity": 0,
|
|
1052
|
+
"baseType": {
|
|
1053
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1054
|
+
"clrName": "System.Object"
|
|
1055
|
+
},
|
|
1586
1056
|
"methods": [],
|
|
1587
1057
|
"properties": [
|
|
1588
1058
|
{
|
|
1589
1059
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::SystemId:System.String",
|
|
1590
1060
|
"clrName": "SystemId",
|
|
1591
|
-
"tsEmitName": "systemId",
|
|
1592
1061
|
"metadataToken": 385876571,
|
|
1593
1062
|
"canonicalSignature": ":System.String",
|
|
1594
1063
|
"normalizedSignature": "SystemId|:System.String|static=false|accessor=get",
|
|
1595
1064
|
"emitScope": "ClassSurface",
|
|
1065
|
+
"provenance": "Original",
|
|
1596
1066
|
"isIndexer": false,
|
|
1597
1067
|
"hasGetter": true,
|
|
1598
1068
|
"hasSetter": false,
|
|
1069
|
+
"isStatic": false,
|
|
1070
|
+
"isAbstract": false,
|
|
1071
|
+
"isVirtual": false,
|
|
1072
|
+
"isOverride": false,
|
|
1073
|
+
"visibility": "Public",
|
|
1599
1074
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1600
1075
|
"declaringAssemblyName": "Npgsql"
|
|
1601
1076
|
},
|
|
1602
1077
|
{
|
|
1603
1078
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::Timeline:System.UInt32",
|
|
1604
1079
|
"clrName": "Timeline",
|
|
1605
|
-
"tsEmitName": "timeline",
|
|
1606
1080
|
"metadataToken": 385876572,
|
|
1607
1081
|
"canonicalSignature": ":System.UInt32",
|
|
1608
1082
|
"normalizedSignature": "Timeline|:System.UInt32|static=false|accessor=get",
|
|
1609
1083
|
"emitScope": "ClassSurface",
|
|
1084
|
+
"provenance": "Original",
|
|
1610
1085
|
"isIndexer": false,
|
|
1611
1086
|
"hasGetter": true,
|
|
1612
1087
|
"hasSetter": false,
|
|
1088
|
+
"isStatic": false,
|
|
1089
|
+
"isAbstract": false,
|
|
1090
|
+
"isVirtual": false,
|
|
1091
|
+
"isOverride": false,
|
|
1092
|
+
"visibility": "Public",
|
|
1613
1093
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1614
1094
|
"declaringAssemblyName": "Npgsql"
|
|
1615
1095
|
},
|
|
1616
1096
|
{
|
|
1617
1097
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::XLogPos:NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1618
1098
|
"clrName": "XLogPos",
|
|
1619
|
-
"tsEmitName": "xLogPos",
|
|
1620
1099
|
"metadataToken": 385876573,
|
|
1621
1100
|
"canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
|
|
1622
1101
|
"normalizedSignature": "XLogPos|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
1623
1102
|
"emitScope": "ClassSurface",
|
|
1103
|
+
"provenance": "Original",
|
|
1624
1104
|
"isIndexer": false,
|
|
1625
1105
|
"hasGetter": true,
|
|
1626
1106
|
"hasSetter": false,
|
|
1107
|
+
"isStatic": false,
|
|
1108
|
+
"isAbstract": false,
|
|
1109
|
+
"isVirtual": false,
|
|
1110
|
+
"isOverride": false,
|
|
1111
|
+
"visibility": "Public",
|
|
1627
1112
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1628
1113
|
"declaringAssemblyName": "Npgsql"
|
|
1629
1114
|
},
|
|
1630
1115
|
{
|
|
1631
1116
|
"stableId": "Npgsql:Npgsql.Replication.ReplicationSystemIdentification::DbName:System.String",
|
|
1632
1117
|
"clrName": "DbName",
|
|
1633
|
-
"tsEmitName": "dbName",
|
|
1634
1118
|
"metadataToken": 385876574,
|
|
1635
1119
|
"canonicalSignature": ":System.String",
|
|
1636
1120
|
"normalizedSignature": "DbName|:System.String|static=false|accessor=get",
|
|
1637
1121
|
"emitScope": "ClassSurface",
|
|
1122
|
+
"provenance": "Original",
|
|
1638
1123
|
"isIndexer": false,
|
|
1639
1124
|
"hasGetter": true,
|
|
1640
1125
|
"hasSetter": false,
|
|
1126
|
+
"isStatic": false,
|
|
1127
|
+
"isAbstract": false,
|
|
1128
|
+
"isVirtual": false,
|
|
1129
|
+
"isOverride": false,
|
|
1130
|
+
"visibility": "Public",
|
|
1641
1131
|
"declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
|
|
1642
1132
|
"declaringAssemblyName": "Npgsql"
|
|
1643
1133
|
}
|
|
1644
1134
|
],
|
|
1645
1135
|
"fields": [],
|
|
1646
1136
|
"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
|
-
]
|
|
1137
|
+
"constructors": []
|
|
1690
1138
|
},
|
|
1691
1139
|
{
|
|
1692
1140
|
"stableId": "Npgsql:Npgsql.Replication.XLogDataMessage",
|
|
1693
1141
|
"clrName": "Npgsql.Replication.XLogDataMessage",
|
|
1694
|
-
"tsEmitName": "XLogDataMessage",
|
|
1695
1142
|
"assemblyName": "Npgsql",
|
|
1696
1143
|
"metadataToken": 0,
|
|
1144
|
+
"kind": "Class",
|
|
1145
|
+
"accessibility": "Public",
|
|
1146
|
+
"isAbstract": false,
|
|
1147
|
+
"isSealed": false,
|
|
1148
|
+
"isStatic": false,
|
|
1149
|
+
"arity": 0,
|
|
1150
|
+
"baseType": {
|
|
1151
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
|
|
1152
|
+
"clrName": "Npgsql.Replication.ReplicationMessage"
|
|
1153
|
+
},
|
|
1697
1154
|
"methods": [],
|
|
1698
1155
|
"properties": [
|
|
1699
1156
|
{
|
|
1700
1157
|
"stableId": "Npgsql:Npgsql.Replication.XLogDataMessage::Data:System.IO.Stream",
|
|
1701
1158
|
"clrName": "Data",
|
|
1702
|
-
"tsEmitName": "data",
|
|
1703
1159
|
"metadataToken": 385876577,
|
|
1704
1160
|
"canonicalSignature": ":System.IO.Stream",
|
|
1705
|
-
"normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=
|
|
1161
|
+
"normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=getset",
|
|
1706
1162
|
"emitScope": "ClassSurface",
|
|
1163
|
+
"provenance": "Original",
|
|
1707
1164
|
"isIndexer": false,
|
|
1708
1165
|
"hasGetter": true,
|
|
1709
|
-
"hasSetter":
|
|
1166
|
+
"hasSetter": true,
|
|
1167
|
+
"isStatic": false,
|
|
1168
|
+
"isAbstract": false,
|
|
1169
|
+
"isVirtual": false,
|
|
1170
|
+
"isOverride": false,
|
|
1171
|
+
"visibility": "Public",
|
|
1710
1172
|
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1711
1173
|
"declaringAssemblyName": "Npgsql"
|
|
1712
1174
|
}
|
|
@@ -1721,81 +1183,44 @@
|
|
|
1721
1183
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1722
1184
|
"isStatic": false,
|
|
1723
1185
|
"parameterCount": 0,
|
|
1186
|
+
"visibility": "Public",
|
|
1724
1187
|
"declaringClrType": "Npgsql.Replication.XLogDataMessage",
|
|
1725
1188
|
"declaringAssemblyName": "Npgsql"
|
|
1726
1189
|
}
|
|
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
1190
|
]
|
|
1781
1191
|
},
|
|
1782
1192
|
{
|
|
1783
1193
|
"stableId": "Npgsql:Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1784
1194
|
"clrName": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1785
|
-
"tsEmitName": "PgOutputConnectionExtensions",
|
|
1786
1195
|
"assemblyName": "Npgsql",
|
|
1787
1196
|
"metadataToken": 0,
|
|
1197
|
+
"kind": "StaticNamespace",
|
|
1198
|
+
"accessibility": "Public",
|
|
1199
|
+
"isAbstract": true,
|
|
1200
|
+
"isSealed": true,
|
|
1201
|
+
"isStatic": true,
|
|
1202
|
+
"arity": 0,
|
|
1203
|
+
"baseType": {
|
|
1204
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1205
|
+
"clrName": "System.Object"
|
|
1206
|
+
},
|
|
1788
1207
|
"methods": [
|
|
1789
1208
|
{
|
|
1790
1209
|
"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
1210
|
"clrName": "CreatePgOutputReplicationSlot",
|
|
1792
|
-
"tsEmitName": "createPgOutputReplicationSlot",
|
|
1793
1211
|
"metadataToken": 100665819,
|
|
1794
1212
|
"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
1213
|
"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
1214
|
"emitScope": "ClassSurface",
|
|
1215
|
+
"provenance": "Original",
|
|
1797
1216
|
"arity": 0,
|
|
1798
1217
|
"parameterCount": 6,
|
|
1218
|
+
"isStatic": true,
|
|
1219
|
+
"isAbstract": false,
|
|
1220
|
+
"isVirtual": false,
|
|
1221
|
+
"isOverride": false,
|
|
1222
|
+
"isSealed": false,
|
|
1223
|
+
"visibility": "Public",
|
|
1799
1224
|
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1800
1225
|
"declaringAssemblyName": "Npgsql",
|
|
1801
1226
|
"isExtensionMethod": true
|
|
@@ -1803,13 +1228,19 @@
|
|
|
1803
1228
|
{
|
|
1804
1229
|
"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
1230
|
"clrName": "StartReplication",
|
|
1806
|
-
"tsEmitName": "startReplication",
|
|
1807
1231
|
"metadataToken": 100665820,
|
|
1808
1232
|
"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
1233
|
"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
1234
|
"emitScope": "ClassSurface",
|
|
1235
|
+
"provenance": "Original",
|
|
1811
1236
|
"arity": 0,
|
|
1812
1237
|
"parameterCount": 5,
|
|
1238
|
+
"isStatic": true,
|
|
1239
|
+
"isAbstract": false,
|
|
1240
|
+
"isVirtual": false,
|
|
1241
|
+
"isOverride": false,
|
|
1242
|
+
"isSealed": false,
|
|
1243
|
+
"visibility": "Public",
|
|
1813
1244
|
"declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
|
|
1814
1245
|
"declaringAssemblyName": "Npgsql",
|
|
1815
1246
|
"isExtensionMethod": true
|
|
@@ -1818,47 +1249,40 @@
|
|
|
1818
1249
|
"properties": [],
|
|
1819
1250
|
"fields": [],
|
|
1820
1251
|
"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
|
-
]
|
|
1252
|
+
"constructors": []
|
|
1844
1253
|
},
|
|
1845
1254
|
{
|
|
1846
1255
|
"stableId": "Npgsql:Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1847
1256
|
"clrName": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1848
|
-
"tsEmitName": "TestDecodingConnectionExtensions",
|
|
1849
1257
|
"assemblyName": "Npgsql",
|
|
1850
1258
|
"metadataToken": 0,
|
|
1259
|
+
"kind": "StaticNamespace",
|
|
1260
|
+
"accessibility": "Public",
|
|
1261
|
+
"isAbstract": true,
|
|
1262
|
+
"isSealed": true,
|
|
1263
|
+
"isStatic": true,
|
|
1264
|
+
"arity": 0,
|
|
1265
|
+
"baseType": {
|
|
1266
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1267
|
+
"clrName": "System.Object"
|
|
1268
|
+
},
|
|
1851
1269
|
"methods": [
|
|
1852
1270
|
{
|
|
1853
1271
|
"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
1272
|
"clrName": "CreateTestDecodingReplicationSlot",
|
|
1855
|
-
"tsEmitName": "createTestDecodingReplicationSlot",
|
|
1856
1273
|
"metadataToken": 100665902,
|
|
1857
1274
|
"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
1275
|
"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
1276
|
"emitScope": "ClassSurface",
|
|
1277
|
+
"provenance": "Original",
|
|
1860
1278
|
"arity": 0,
|
|
1861
1279
|
"parameterCount": 6,
|
|
1280
|
+
"isStatic": true,
|
|
1281
|
+
"isAbstract": false,
|
|
1282
|
+
"isVirtual": false,
|
|
1283
|
+
"isOverride": false,
|
|
1284
|
+
"isSealed": false,
|
|
1285
|
+
"visibility": "Public",
|
|
1862
1286
|
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1863
1287
|
"declaringAssemblyName": "Npgsql",
|
|
1864
1288
|
"isExtensionMethod": true
|
|
@@ -1866,13 +1290,19 @@
|
|
|
1866
1290
|
{
|
|
1867
1291
|
"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
1292
|
"clrName": "StartReplication",
|
|
1869
|
-
"tsEmitName": "startReplication",
|
|
1870
1293
|
"metadataToken": 100665903,
|
|
1871
1294
|
"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
1295
|
"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
1296
|
"emitScope": "ClassSurface",
|
|
1297
|
+
"provenance": "Original",
|
|
1874
1298
|
"arity": 0,
|
|
1875
1299
|
"parameterCount": 5,
|
|
1300
|
+
"isStatic": true,
|
|
1301
|
+
"isAbstract": false,
|
|
1302
|
+
"isVirtual": false,
|
|
1303
|
+
"isOverride": false,
|
|
1304
|
+
"isSealed": false,
|
|
1305
|
+
"visibility": "Public",
|
|
1876
1306
|
"declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
|
|
1877
1307
|
"declaringAssemblyName": "Npgsql",
|
|
1878
1308
|
"isExtensionMethod": true
|
|
@@ -1881,29 +1311,7 @@
|
|
|
1881
1311
|
"properties": [],
|
|
1882
1312
|
"fields": [],
|
|
1883
1313
|
"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
|
-
]
|
|
1314
|
+
"constructors": []
|
|
1907
1315
|
}
|
|
1908
1316
|
]
|
|
1909
1317
|
}
|