@tsonic/efcore-sqlserver 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.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,316 +0,0 @@
1
- {
2
- "namespace": "Azure.Messaging",
3
- "contributingAssemblies": [
4
- "Azure.Core"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat",
9
- "clrName": "Azure.Messaging.CloudEventDataFormat",
10
- "tsEmitName": "CloudEventDataFormat",
11
- "kind": "Enum",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [
20
- {
21
- "stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat::value__System.Int32",
22
- "clrName": "value__",
23
- "tsEmitName": "value__",
24
- "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
- "isStatic": false,
26
- "isReadOnly": false,
27
- "isLiteral": false
28
- },
29
- {
30
- "stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat::BinaryAzure.Messaging.CloudEventDataFormat",
31
- "clrName": "Binary",
32
- "tsEmitName": "binary",
33
- "normalizedSignature": "Binary|Azure.Messaging.CloudEventDataFormat|static=true|const=true",
34
- "isStatic": true,
35
- "isReadOnly": false,
36
- "isLiteral": true
37
- },
38
- {
39
- "stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat::JsonAzure.Messaging.CloudEventDataFormat",
40
- "clrName": "Json",
41
- "tsEmitName": "json",
42
- "normalizedSignature": "Json|Azure.Messaging.CloudEventDataFormat|static=true|const=true",
43
- "isStatic": true,
44
- "isReadOnly": false,
45
- "isLiteral": true
46
- }
47
- ],
48
- "events": [],
49
- "constructors": []
50
- },
51
- {
52
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent",
53
- "clrName": "Azure.Messaging.CloudEvent",
54
- "tsEmitName": "CloudEvent",
55
- "kind": "Class",
56
- "accessibility": "Public",
57
- "isAbstract": false,
58
- "isSealed": false,
59
- "isStatic": false,
60
- "arity": 0,
61
- "methods": [
62
- {
63
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::ParseMany(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent[]",
64
- "clrName": "ParseMany",
65
- "tsEmitName": "parseMany",
66
- "normalizedSignature": "ParseMany|(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent[]|static=true",
67
- "provenance": "Original",
68
- "emitScope": "ClassSurface",
69
- "isStatic": true,
70
- "isAbstract": false,
71
- "isVirtual": false,
72
- "isOverride": false,
73
- "isSealed": false,
74
- "arity": 0,
75
- "parameterCount": 2,
76
- "isExtensionMethod": false
77
- },
78
- {
79
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Parse(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent",
80
- "clrName": "Parse",
81
- "tsEmitName": "parse",
82
- "normalizedSignature": "Parse|(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent|static=true",
83
- "provenance": "Original",
84
- "emitScope": "ClassSurface",
85
- "isStatic": true,
86
- "isAbstract": false,
87
- "isVirtual": false,
88
- "isOverride": false,
89
- "isSealed": false,
90
- "arity": 0,
91
- "parameterCount": 2,
92
- "isExtensionMethod": false
93
- }
94
- ],
95
- "properties": [
96
- {
97
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Data:System.BinaryData",
98
- "clrName": "Data",
99
- "tsEmitName": "data",
100
- "normalizedSignature": "Data|:System.BinaryData|static=false|accessor=getset",
101
- "provenance": "Original",
102
- "emitScope": "ClassSurface",
103
- "isStatic": false,
104
- "isAbstract": false,
105
- "isVirtual": false,
106
- "isOverride": false,
107
- "isIndexer": false,
108
- "hasGetter": true,
109
- "hasSetter": true
110
- },
111
- {
112
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Id:System.String",
113
- "clrName": "Id",
114
- "tsEmitName": "id",
115
- "normalizedSignature": "Id|:System.String|static=false|accessor=getset",
116
- "provenance": "Original",
117
- "emitScope": "ClassSurface",
118
- "isStatic": false,
119
- "isAbstract": false,
120
- "isVirtual": false,
121
- "isOverride": false,
122
- "isIndexer": false,
123
- "hasGetter": true,
124
- "hasSetter": true
125
- },
126
- {
127
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Source:System.String",
128
- "clrName": "Source",
129
- "tsEmitName": "source",
130
- "normalizedSignature": "Source|:System.String|static=false|accessor=getset",
131
- "provenance": "Original",
132
- "emitScope": "ClassSurface",
133
- "isStatic": false,
134
- "isAbstract": false,
135
- "isVirtual": false,
136
- "isOverride": false,
137
- "isIndexer": false,
138
- "hasGetter": true,
139
- "hasSetter": true
140
- },
141
- {
142
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Type:System.String",
143
- "clrName": "Type",
144
- "tsEmitName": "type",
145
- "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
146
- "provenance": "Original",
147
- "emitScope": "ClassSurface",
148
- "isStatic": false,
149
- "isAbstract": false,
150
- "isVirtual": false,
151
- "isOverride": false,
152
- "isIndexer": false,
153
- "hasGetter": true,
154
- "hasSetter": true
155
- },
156
- {
157
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Time:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
158
- "clrName": "Time",
159
- "tsEmitName": "time",
160
- "normalizedSignature": "Time|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
161
- "provenance": "Original",
162
- "emitScope": "ClassSurface",
163
- "isStatic": false,
164
- "isAbstract": false,
165
- "isVirtual": false,
166
- "isOverride": false,
167
- "isIndexer": false,
168
- "hasGetter": true,
169
- "hasSetter": true
170
- },
171
- {
172
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::DataSchema:System.String",
173
- "clrName": "DataSchema",
174
- "tsEmitName": "dataSchema",
175
- "normalizedSignature": "DataSchema|:System.String|static=false|accessor=getset",
176
- "provenance": "Original",
177
- "emitScope": "ClassSurface",
178
- "isStatic": false,
179
- "isAbstract": false,
180
- "isVirtual": false,
181
- "isOverride": false,
182
- "isIndexer": false,
183
- "hasGetter": true,
184
- "hasSetter": true
185
- },
186
- {
187
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::DataContentType:System.String",
188
- "clrName": "DataContentType",
189
- "tsEmitName": "dataContentType",
190
- "normalizedSignature": "DataContentType|:System.String|static=false|accessor=getset",
191
- "provenance": "Original",
192
- "emitScope": "ClassSurface",
193
- "isStatic": false,
194
- "isAbstract": false,
195
- "isVirtual": false,
196
- "isOverride": false,
197
- "isIndexer": false,
198
- "hasGetter": true,
199
- "hasSetter": true
200
- },
201
- {
202
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::Subject:System.String",
203
- "clrName": "Subject",
204
- "tsEmitName": "subject",
205
- "normalizedSignature": "Subject|:System.String|static=false|accessor=getset",
206
- "provenance": "Original",
207
- "emitScope": "ClassSurface",
208
- "isStatic": false,
209
- "isAbstract": false,
210
- "isVirtual": false,
211
- "isOverride": false,
212
- "isIndexer": false,
213
- "hasGetter": true,
214
- "hasSetter": true
215
- },
216
- {
217
- "stableId": "Azure.Core:Azure.Messaging.CloudEvent::ExtensionAttributes:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
218
- "clrName": "ExtensionAttributes",
219
- "tsEmitName": "extensionAttributes",
220
- "normalizedSignature": "ExtensionAttributes|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
221
- "provenance": "Original",
222
- "emitScope": "ClassSurface",
223
- "isStatic": false,
224
- "isAbstract": false,
225
- "isVirtual": false,
226
- "isOverride": false,
227
- "isIndexer": false,
228
- "hasGetter": true,
229
- "hasSetter": false
230
- }
231
- ],
232
- "fields": [],
233
- "events": [],
234
- "constructors": [
235
- {
236
- "normalizedSignature": "constructor|(System.String,System.String,System.Object,System.Type):void|static=false",
237
- "isStatic": false,
238
- "parameterCount": 4
239
- },
240
- {
241
- "normalizedSignature": "constructor|(System.String,System.String,System.BinaryData,System.String,Azure.Messaging.CloudEventDataFormat):void|static=false",
242
- "isStatic": false,
243
- "parameterCount": 5
244
- }
245
- ]
246
- },
247
- {
248
- "stableId": "Azure.Core:Azure.Messaging.MessageContent",
249
- "clrName": "Azure.Messaging.MessageContent",
250
- "tsEmitName": "MessageContent",
251
- "kind": "Class",
252
- "accessibility": "Public",
253
- "isAbstract": false,
254
- "isSealed": false,
255
- "isStatic": false,
256
- "arity": 0,
257
- "methods": [],
258
- "properties": [
259
- {
260
- "stableId": "Azure.Core:Azure.Messaging.MessageContent::Data:System.BinaryData",
261
- "clrName": "Data",
262
- "tsEmitName": "data",
263
- "normalizedSignature": "Data|:System.BinaryData|static=false|accessor=getset",
264
- "provenance": "Original",
265
- "emitScope": "ClassSurface",
266
- "isStatic": false,
267
- "isAbstract": false,
268
- "isVirtual": true,
269
- "isOverride": false,
270
- "isIndexer": false,
271
- "hasGetter": true,
272
- "hasSetter": true
273
- },
274
- {
275
- "stableId": "Azure.Core:Azure.Messaging.MessageContent::ContentType:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
276
- "clrName": "ContentType",
277
- "tsEmitName": "contentType",
278
- "normalizedSignature": "ContentType|:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
279
- "provenance": "Original",
280
- "emitScope": "ClassSurface",
281
- "isStatic": false,
282
- "isAbstract": false,
283
- "isVirtual": true,
284
- "isOverride": false,
285
- "isIndexer": false,
286
- "hasGetter": true,
287
- "hasSetter": true
288
- },
289
- {
290
- "stableId": "Azure.Core:Azure.Messaging.MessageContent::IsReadOnly:System.Boolean",
291
- "clrName": "IsReadOnly",
292
- "tsEmitName": "isReadOnly",
293
- "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
294
- "provenance": "Original",
295
- "emitScope": "ClassSurface",
296
- "isStatic": false,
297
- "isAbstract": false,
298
- "isVirtual": true,
299
- "isOverride": false,
300
- "isIndexer": false,
301
- "hasGetter": true,
302
- "hasSetter": false
303
- }
304
- ],
305
- "fields": [],
306
- "events": [],
307
- "constructors": [
308
- {
309
- "normalizedSignature": "constructor|():void|static=false",
310
- "isStatic": false,
311
- "parameterCount": 0
312
- }
313
- ]
314
- }
315
- ]
316
- }
@@ -1,59 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Data",
3
- "contributingAssemblies": [
4
- "Microsoft.Data.SqlClient"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.OperationAbortedException",
9
- "clrName": "Microsoft.Data.OperationAbortedException",
10
- "tsEmitName": "OperationAbortedException",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [],
20
- "events": [],
21
- "constructors": []
22
- },
23
- {
24
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions",
25
- "clrName": "Microsoft.Data.SqlDbTypeExtensions",
26
- "tsEmitName": "SqlDbTypeExtensions",
27
- "kind": "StaticNamespace",
28
- "accessibility": "Public",
29
- "isAbstract": true,
30
- "isSealed": true,
31
- "isStatic": true,
32
- "arity": 0,
33
- "methods": [],
34
- "properties": [],
35
- "fields": [
36
- {
37
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::JsonSystem.Data.SqlDbType",
38
- "clrName": "Json",
39
- "tsEmitName": "json",
40
- "normalizedSignature": "Json|System.Data.SqlDbType|static=true|const=true",
41
- "isStatic": true,
42
- "isReadOnly": false,
43
- "isLiteral": true
44
- },
45
- {
46
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::VectorSystem.Data.SqlDbType",
47
- "clrName": "Vector",
48
- "tsEmitName": "vector",
49
- "normalizedSignature": "Vector|System.Data.SqlDbType|static=true|const=true",
50
- "isStatic": true,
51
- "isReadOnly": false,
52
- "isLiteral": true
53
- }
54
- ],
55
- "events": [],
56
- "constructors": []
57
- }
58
- ]
59
- }
@@ -1,136 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Data.Sql",
3
- "contributingAssemblies": [
4
- "Microsoft.Data.SqlClient"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator",
9
- "clrName": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
10
- "tsEmitName": "SqlDataSourceEnumerator",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator::GetDataSources():System.Data.DataTable",
20
- "clrName": "GetDataSources",
21
- "tsEmitName": "getDataSources",
22
- "normalizedSignature": "GetDataSources|():System.Data.DataTable|static=false",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": false,
26
- "isAbstract": false,
27
- "isVirtual": true,
28
- "isOverride": true,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 0,
32
- "isExtensionMethod": false
33
- }
34
- ],
35
- "properties": [
36
- {
37
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator::Instance:Microsoft.Data.Sql.SqlDataSourceEnumerator",
38
- "clrName": "Instance",
39
- "tsEmitName": "instance",
40
- "normalizedSignature": "Instance|:Microsoft.Data.Sql.SqlDataSourceEnumerator|static=true|accessor=get",
41
- "provenance": "Original",
42
- "emitScope": "ClassSurface",
43
- "isStatic": true,
44
- "isAbstract": false,
45
- "isVirtual": false,
46
- "isOverride": false,
47
- "isIndexer": false,
48
- "hasGetter": true,
49
- "hasSetter": false
50
- }
51
- ],
52
- "fields": [],
53
- "events": [],
54
- "constructors": [
55
- {
56
- "normalizedSignature": "constructor|():void|static=false",
57
- "isStatic": false,
58
- "parameterCount": 0
59
- }
60
- ]
61
- },
62
- {
63
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest",
64
- "clrName": "Microsoft.Data.Sql.SqlNotificationRequest",
65
- "tsEmitName": "SqlNotificationRequest",
66
- "kind": "Class",
67
- "accessibility": "Public",
68
- "isAbstract": false,
69
- "isSealed": true,
70
- "isStatic": false,
71
- "arity": 0,
72
- "methods": [],
73
- "properties": [
74
- {
75
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::Options:System.String",
76
- "clrName": "Options",
77
- "tsEmitName": "options",
78
- "normalizedSignature": "Options|:System.String|static=false|accessor=getset",
79
- "provenance": "Original",
80
- "emitScope": "ClassSurface",
81
- "isStatic": false,
82
- "isAbstract": false,
83
- "isVirtual": false,
84
- "isOverride": false,
85
- "isIndexer": false,
86
- "hasGetter": true,
87
- "hasSetter": true
88
- },
89
- {
90
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::Timeout:System.Int32",
91
- "clrName": "Timeout",
92
- "tsEmitName": "timeout",
93
- "normalizedSignature": "Timeout|:System.Int32|static=false|accessor=getset",
94
- "provenance": "Original",
95
- "emitScope": "ClassSurface",
96
- "isStatic": false,
97
- "isAbstract": false,
98
- "isVirtual": false,
99
- "isOverride": false,
100
- "isIndexer": false,
101
- "hasGetter": true,
102
- "hasSetter": true
103
- },
104
- {
105
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::UserData:System.String",
106
- "clrName": "UserData",
107
- "tsEmitName": "userData",
108
- "normalizedSignature": "UserData|:System.String|static=false|accessor=getset",
109
- "provenance": "Original",
110
- "emitScope": "ClassSurface",
111
- "isStatic": false,
112
- "isAbstract": false,
113
- "isVirtual": false,
114
- "isOverride": false,
115
- "isIndexer": false,
116
- "hasGetter": true,
117
- "hasSetter": true
118
- }
119
- ],
120
- "fields": [],
121
- "events": [],
122
- "constructors": [
123
- {
124
- "normalizedSignature": "constructor|():void|static=false",
125
- "isStatic": false,
126
- "parameterCount": 0
127
- },
128
- {
129
- "normalizedSignature": "constructor|(System.String,System.String,System.Int32):void|static=false",
130
- "isStatic": false,
131
- "parameterCount": 3
132
- }
133
- ]
134
- }
135
- ]
136
- }