SchemeControllerGetProps - метод
Get scheme properties of the database.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
[HttpGetAttribute("props")]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public ValueTask<ActionResult<PlainSchemeDatabaseProperties>> GetProps(
CancellationToken cancellationToken = default
)
<HttpGetAttribute("props")>
<ProducesAttribute("application/json", New String() { ... })>
<ProducesResponseTypeAttribute(200)>
Public Function GetProps (
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of ActionResult(Of PlainSchemeDatabaseProperties))
public:
[HttpGetAttribute(L"props")]
[ProducesAttribute(L"application/json", __gc new array<String^>^ { ... })]
[ProducesResponseTypeAttribute(200)]
ValueTask<ActionResult<PlainSchemeDatabaseProperties^>^> GetProps(
CancellationToken cancellationToken = CancellationToken()
)
[<HttpGetAttribute("props")>]
[<ProducesAttribute("application/json", new string[] { ... })>]
[<ProducesResponseTypeAttribute(200)>]
member GetProps :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<ActionResult<PlainSchemeDatabaseProperties>>
- cancellationToken CancellationToken (Optional)
- Token to cancel async task.
ValueTaskActionResultPlainSchemeDatabasePropertiesScheme properties of the database.