aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authory4blokof <y4blokof@yandex-team.com>2023-10-18 14:40:30 +0300
committery4blokof <y4blokof@yandex-team.com>2023-10-18 15:24:18 +0300
commit4cc59efd88a04a573cffacabe00b9caf81312f4c (patch)
treef73bf14d12b96dcb88b7d00cb0b71b9f2216f2bc
parent2ae9c07e1dce24403b1c58785b9df0c5936564be (diff)
downloadydb-4cc59efd88a04a573cffacabe00b9caf81312f4c.tar.gz
Actualize YDB-DOTNET-SDK docs
-rw-r--r--ydb/docs/en/core/reference/ydb-sdk/feature-parity.md52
-rw-r--r--ydb/docs/ru/core/reference/ydb-sdk/feature-parity.md122
2 files changed, 87 insertions, 87 deletions
diff --git a/ydb/docs/en/core/reference/ydb-sdk/feature-parity.md b/ydb/docs/en/core/reference/ydb-sdk/feature-parity.md
index 29cc085f2d..13d11711ef 100644
--- a/ydb/docs/en/core/reference/ydb-sdk/feature-parity.md
+++ b/ydb/docs/en/core/reference/ydb-sdk/feature-parity.md
@@ -4,16 +4,16 @@
|:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| SSL/TLS support (system certificates) | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| SSL/TLS support (custom certificates) | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
-| Configure/enable GRPC KeepAlive (keeping the connection alive in the background) | \+ | \+ | \+ | ? | \- | | | \+ |
+| Configure/enable GRPC KeepAlive (keeping the connection alive in the background) | \+ | \+ | \+ | ? | \- | \- | | \+ |
| Regular SLO testing on the latest code version | \+ | \+/- | \+ | \+ | \+/- | \- | \- | \- |
-| Issue templates on GitHub | \- | ? | \+ | \- | \+ | \- | | \+ |
+| Issue templates on GitHub | \- | ? | \+ | \- | \+ | \+ | | \+ |
| **Client-side balancing** |
| Load balancer initialization through Discovery/ListEndpoints | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| Disable client-side load balancing (all requests to the initial Endpoint) | \+/- | \- | \+ | \- | \- | \+ | | \+ |
| Background Discovery/ListEndpoints (by default, once a minute) | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \- |
| Support for multiple IP addresses in the initial Endpoint DNS record, some of which may not be available (DNS load balancing) | ? | \+ | \+ | ? | \- | ? | ? | ? |
| Node pessimization on transport errors | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| Forced Discovery/ListEndpoints if more than half of the nodes are pessimized | \+ | \+ | \+ | \+ | \- | \- | \+ |
+| Forced Discovery/ListEndpoints if more than half of the nodes are pessimized | \+ | \+ | \+ | \+ | \- | \+ | \+ |
| Automatic detection of the nearest DC/availability zone by TCP pings | \- | \- | \+ | \- | \- | \- | \- |
| Automatic detection of the nearest DC/availability zone by Discovery/ListEndpoints response\* | \+ | \+ | \- | \- | \- | \- | \- |
| Uniform random selection of nodes (default) | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
@@ -21,8 +21,8 @@
| Load balancing across all nodes of a particular DC/availability zone (for example, “a”, “vla”) | \+ | \+ | \+ | ? | \- | \- | \- |
| Load balancing across all nodes of all local DCs | \+ | \+ | \+ | ? | \- | \- | \- |
| **Credentials providers** |
-| Anonymous (default) | \+ | \+ | \+ | \+ | \+ | ? | \+ | \+ |
-| Static (user - password) | \+ | \+ | \+ | \+ | \- | \- | \- | \+ |
+| Anonymous (default) | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
+| Static (user - password) | \+ | \+ | \+ | \+ | \- | \- | \- | \- |
| Token: IAM, OAuth | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| Service account (Yandex.Cloud specific) | \+ | \+ | \+ | \+ | \+ | \+ | \- | \+ |
| Metadata (Yandex.Cloud specific) | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
@@ -36,30 +36,30 @@
| Automatic dumping of a session from the pool in case of BAD_SESSION/SESSION_BUSY errors | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| Storage of sessions for possible future reuse\~ | \+ | \- | \- | \- | \- | \- | \- |
| Retryer on the session pool (a repeat object is a session) | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| Retryer on the session pool (a repeat object is a transaction within a session) | \- | \- | \+ | \- | \- | ? | \+ |
-| Graceful session shutdown support ("session-close" in "x-ydb-server-hints" metadata means to "forget" a session and not use it again) | \+ | \+ | \+ | \+ | \- |
-| Support for server-side load balancing of sessions (a CreateSession request must contain the "session-balancer" value in the "x-ydb-client-capabilities" metadata header) | \+ | \+ | \+ | \- | \- |
+| Retryer on the session pool (a repeat object is a transaction within a session) | \- | \- | \+ | \- | \- | \- | \+ |
+| Graceful session shutdown support ("session-close" in "x-ydb-server-hints" metadata means to "forget" a session and not use it again) | \+ | \+ | \+ | \+ | \- | \- |
+| Support for server-side load balancing of sessions (a CreateSession request must contain the "session-balancer" value in the "x-ydb-client-capabilities" metadata header) | \+ | \+ | \+ | \- | \- | \- |
| **Support for YDB data types** |
| Int/Uint(8,16,32,64) | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| Int128, UInt128 (not available publicly?) | \- | \- | \- | \- | \- | \- | \- | \- |
| Float,Double | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| Bool | \+ | \+ | \+ | \+ | \+ | \- | \+ | \+ |
+| Bool | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| String, Bytes | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+/\- |
| Utf8, Text | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| NULL,Optional,Void | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+/\- |
+| NULL,Optional,Void | \+ | \+ | \+ | \+ | \+ | \+/- | \+ | \+/\- |
| Struct | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| List | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| Set | ? | ? | \- | ? | ? | ? | ? | ? |
+| List | \+ | \+ | \+ | \+ | \+ | \+/- | \+ | \+ |
+| Set | ? | ? | \- | ? | ? | \- | ? | ? |
| Tuple | \+ | \+ | \+ | \+ | \+ | \+ | \+ | ?\+ |
-| Variant\<Struct\>,Variant\<Tuple\> | \+ | \+ | \+ | \+ | \+ | \+ | \- | \- |
+| Variant\<Struct\>,Variant\<Tuple\> | \+ | \+ | \+ | \+ | \+ | \- | \- | \- |
| Date,DateTime,Timestamp,Interval | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \- |
-| TzDate,TzDateTime,TzTimestamp | \+ | \+ | \+ | \+ | \+ | \+ | \- | \- |
-| DyNumber | \+ | \+ | \+ | \+ | \+ | \+ | \- | \- |
+| TzDate,TzDateTime,TzTimestamp | \+ | \+ | \+ | \+ | \+ | \- | \- | \- |
+| DyNumber | \+ | \+ | \+ | \+ | \+ | \- | \- | \- |
| Decimal (120 bits) | \+ | \+ | \+ | \+ | \+ | \+ | \- | \+ |
| Json,JsonDocument,Yson | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+/\- |
| **Scheme client** |
-| MakeDirectory | \+ | \+ | \+ | \+ | \+ | \+ | | \+ |
-| RemoveDirectory | \+ | \+ | \+ | \+ | \+ | \+ | | \+ |
+| MakeDirectory | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
+| RemoveDirectory | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
| ListDirectory | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| ModifyPermissions | \+ | \+ | \+ | \- | \+ | \- | | \+ |
| DescribePath | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
@@ -76,14 +76,14 @@
| ExplainDataQuery | \+ | \+ | \+ | \+ | \- | \- | | \+ |
| PrepareDataQuery | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
| ExecuteDataQuery | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
-| \* By default, server cache for all parameter requests (KeepInCache) | \- | \+ | \+ | \+ | \+ | \- | | \+ |
-| \* A separate option to enable/disable server cache for a specific request | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
+| \* By default, server cache for all parameter requests (KeepInCache) | \- | \+ | \+ | \+ | \+ | \+ | | \+ |
+| \* A separate option to enable/disable server cache for a specific request | \+ | \+ | \+ | \+ | \+ | \+ | | \+ |
| \* Truncated result as an error (by default) | \- | \- | \+ | ? | \+ | \- | | \+ |
-| \* Truncated result as an error (as an opt-in, opt-out option) | \- | \- | \+ | ? | \+ | \+ | | \- |
+| \* Truncated result as an error (as an opt-in, opt-out option) | \- | \- | \+ | ? | \+ | \- | | \- |
| ExecuteSchemeQuery | \+ | \+ | \+ | \+ | \- | \+ | \+ | \+ |
| BeginTransaction | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
-| CommitTransaction | \+ | \+ | \+ | \+ | \+ | \+ | | \+ |
-| RollbackTransaction | \+ | \+ | \+ | \+ | \+ | \+ | | \+ |
+| CommitTransaction | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
+| RollbackTransaction | \+ | \+ | \+ | \+ | \+ | \- | | \+ |
| DescribeTableOptions | \+ | \+ | \+ | \- | \- | \- | | \-|
| StreamExecuteScanQuery | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
| StreamReadTable | \+ | \+ | \+ | \+ | \+ | \+ | \- | \+ |
@@ -129,10 +129,10 @@
| \* environ | ? | ? | \+ | \+ | \+ | \- | | \+ |
| \* metadata | ? | ? | \+ | \+ | \+ | \+ | | \+ |
| \* service_account | ? | ? | \+ | \+ | \+ | \- | | \+ |
-| \* static (username \+ password) | ? | ? | \+ | \+ | \+ | \- | | \+ |
+| \* static (username \+ password) | ? | ? | \+ | \+ | \+ | \+ | | \- |
| Basic (series) | \+ | ? | \+ | \+ | \+ | \+ | \+ | \+ |
| Bulk Upsert | \+/- | ? | \+ | \+ | \+ | \- | | \- |
-| Containers (Struct,Variant,List,Tuple) | \- | ? | \+ | \- | \- | \+ | | \- |
+| Containers (Struct,Variant,List,Tuple) | \- | ? | \+ | \- | \- | \- | | \- |
| Pagination | \+ | ? | \+ | \+ | \- | \- | | \- |
| Partition policies | \- | ? | \+ | \- | \- | \- | | \-|
| Read table | ? | ? | \+ | \- | \+ | \- | | \+ |
@@ -141,5 +141,5 @@
| TTL | \+ | ? | \+ | \- | \- | \- | | \- |
| TTL Readtable | \+ | ? | \+ | \- | \- | \- | | \- |
| URL Shortener (serverless yandex function) | ? | ? | \+ | ? | \+ | \- | | \- |
-| Topic reader | \+ | \+ | \- | \- | | | | \- |
-| Topic writer | \- | \+ | \- | \- | | | | \- |
+| Topic reader | \+ | \+ | \- | \- | | \- | | \- |
+| Topic writer | \- | \+ | \- | \- | | \- | | \- |
diff --git a/ydb/docs/ru/core/reference/ydb-sdk/feature-parity.md b/ydb/docs/ru/core/reference/ydb-sdk/feature-parity.md
index 050d920751..402ed6ec0a 100644
--- a/ydb/docs/ru/core/reference/ydb-sdk/feature-parity.md
+++ b/ydb/docs/ru/core/reference/ydb-sdk/feature-parity.md
@@ -4,17 +4,17 @@
|Feature|C\+\+|Python|Go|Java|NodeJS|C#|Rust|PHP|
|:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|Поддержка SSL/TLS (системные сертификаты)|\+|\+|\+|\+|\+|\+|\+|\+|
-|Поддержка SSL/TLS (кастомные сертификаты)|\+|\+|\+|\+|\+||\-|\+|
-|Возможность настроить/включить GRPC KeepAlive (фоновое поддержание живости соединения)|\+|\+|\+|?|||\-|\-|
+|Поддержка SSL/TLS (кастомные сертификаты)|\+|\+|\+|\+|\+|\-|\-|\+|
+|Возможность настроить/включить GRPC KeepAlive (фоновое поддержание живости соединения)|\+|\+|\+|?||\-|\-|\-|
|Регулярный прогон тестов SLO на последней версии кода|\+|\+/-|\+|\+|\+/-|\-|\-|\-|
-|Шаблоны Issue в GitHub|\-|?|\+|\-|\+||\-|\+|
+|Шаблоны Issue в GitHub|\-|?|\+|\-|\+|\+|\-|\+|
|**Клиентская балансировка**|||||||||
|Инициализация балансировщика через Discovery/ListEndpoints|\+|\+|\+|\+|\+|\+|\+|\+|
-|Отключение клиентской балансировки (все запросы в начальный Endpoint)|\+/-|\-|\+|\-|\-||\+|\+|
+|Отключение клиентской балансировки (все запросы в начальный Endpoint)|\+/-|\-|\+|\-|\-|\+|\+|\+|
|Фоновый Discovery/ListEndpoints (раз в минуту по умолчанию)|\+|\+|\+|\+|\+|\+|\+|\-|
|Поддержка множества IP адресов в DNS-записи начального Endpoint, часть из которых может быть недоступна (DNS балансировка)|?|\+|\+|?|\-|?|?|?|
|Пессимизация нод на транспортных ошибках|\+|\+|\+|\+|\+|\+|\+||
-|Принудительный Discovery/ListEndpoints если пессимизировано более половины нод|\+|\+|\+|\+|\-|\-|\+||
+|Принудительный Discovery/ListEndpoints если пессимизировано более половины нод|\+|\+|\+|\+|\-|\+|\+||
|Автоматическое определение ближайшего ДЦ / зоны доступности по TCP-пингам|\-|\-|\+|\-|\-|\-|\-||
|Aвтоматическое определение ближайшего ДЦ / зоны доступности по ответу Discovery/ListEndpoints\*|\+|\+|\-|\-|\-|\-|\-||
|Равномерный случайный выбор нод (по умолчанию)|\+|\+|\+|\+|\+|\+|\+||
@@ -22,7 +22,7 @@
|Балансировка среди всех нод конкретного ДЦ / зоны доступности (например, “a”, “vla”)|\+|\+|\+|?|\-|\-|\-||
|Балансировка среди всех нод всех локального ДЦ|\+|\+|\+|?|\-|\-|\-||
|**Credentials providers**|||||||||
-|Anonymous (по умолчанию)|\+|\+|\+|\+|\+|?|\+|\+|
+|Anonymous (по умолчанию)|\+|\+|\+|\+|\+|\+|\+|\+|
|Static (user - password)|\+|\+|\+|\+|\-|\-|\-|\+|
|Token: IAM, OAuth|\+|\+|\+|\+|\+|\+|\+|\+|
|Service account (Yandex.Cloud specific)|\+|\+|\+|\+|\+|\+|\-|\+|
@@ -37,55 +37,55 @@
|Автоматическое выбрасывание сессии из пула при получении ошибок BAD_SESSION / SESSION_BUSY|\+|\+|\+|\+|\+|\+|\+|\+|
|Отстойник сессий для возможного переиспользования в будущем\~|\+|\-|\-|\-|\-|\-|\-||
|Ретраер на пуле сессий (объект для повторов - сессия)|\+|\+|\+|\+|\+|\+|\+|\+|
-|Ретраер на пуле сессий (объект для повторов - транзакция на сессии)|\-|\-|\+|\-|\-|?|\+|\+|
-|Поддержка graceful shutdown сессий ("session-close" в metadata "x-ydb-server-hints" - означает надо "забыть" сессию и больше ее не использовать)|\+|\+|\+||\+||\-||
-|Поддержка серверной балансировки сессий (запрос CreateSession должен содержать в metadata-заголовке "x-ydb-client-capabilities" значение "session-balancer")|\+|\+|\+||\-||\-||
+|Ретраер на пуле сессий (объект для повторов - транзакция на сессии)|\-|\-|\+|\-|\-|\-|\+|\+|
+|Поддержка graceful shutdown сессий ("session-close" в metadata "x-ydb-server-hints" - означает надо "забыть" сессию и больше ее не использовать)|\+|\+|\+||\+|\-|\-||
+|Поддержка серверной балансировки сессий (запрос CreateSession должен содержать в metadata-заголовке "x-ydb-client-capabilities" значение "session-balancer")|\+|\+|\+||\-|\-|\-||
|**Поддержка типов данных YDB**|||||||||
|Int/Uint(8,16,32,64)|\+|\+|\+|\+|\+|\+|\+|\+|
|Int128, UInt128 (в паблике нету?)|\-|\-|\-|\-|\-|\-|\-|\-|
|Float,Double|\+|\+|\+|\+|\+|\+|\+|\+|
-|Bool|\+|\+|\+|\+|\+|\-|\+|\+|
+|Bool|\+|\+|\+|\+|\+|\+|\+|\+|
|String, Bytes|\+|\+|\+|\+|\+|\+|\+|\+/\-|
|Utf8, Text|\+|\+|\+|\+|\+|\+|\+|\+|
-|NULL,Optional,Void|\+|\+|\+|\+|\+|\+|\+|\+/\-|
+|NULL,Optional,Void|\+|\+|\+|\+|\+|\+/-|\+|\+/\-|
|Struct|\+|\+|\+|\+|\+|\+|\+|+|
-|List|\+|\+|\+|\+|\+|\+|\+|+|
-|Set|?|?|\-|?|?|?|?|?|
+|List|\+|\+|\+|\+|\+|\+/-|\+|+|
+|Set|?|?|\-|?|?|\-|?|?|
|Tuple|\+|\+|\+|\+|\+|\+|\+|?+|
|Variant\<Struct\>,Variant\<Tuple\>|\+|\+|\+|\+|\+|\+|\-|\-|
|Date,DateTime,Timestamp,Interval|\+|\+|\+|\+|\+|\+|\+|\-|
-|TzDate,TzDateTime,TzTimestamp|\+|\+|\+|\+|\+|\+|\-|\-|
-|DyNumber|\+|\+|\+|\+|\+|\+|\-|\-|
+|TzDate,TzDateTime,TzTimestamp|\+|\+|\+|\+|\+|\-|\-|\-|
+|DyNumber|\+|\+|\+|\+|\+|\-|\-|\-|
|Decimal (120 бит)|\+|\+|\+|\+|\+|\+|\-|\+|
|Json,JsonDocument,Yson|\+|\+|\+|\+|\+|\+|\+|\+/\-|
|**Scheme клиент**|||||||||
-|MakeDirectory|\+|\+|\+|\+|\+||\+|\+|
-|RemoveDirectory|\+|\+|\+|\+|\+||\+|\+|
+|MakeDirectory|\+|\+|\+|\+|\+|\-|\+|\+|
+|RemoveDirectory|\+|\+|\+|\+|\+|\-|\+|\+|
|ListDirectory|\+|\+|\+|\+|\+|\+|\+|\+|
-|ModifyPermissions|\+|\+|\+|\-|\+||\-|\+|
-|DescribePath|\+|\+|\+|\+|\+||\-|\+|
+|ModifyPermissions|\+|\+|\+|\-|\+|\-|\-|\+|
+|DescribePath|\+|\+|\+|\+|\+|\-|\-|\+|
|**Table-сервис**|||||||||
|CreateSession|\+|\+|\+|\+|\+|\+|\+|\+|
|DeleteSession|\+|\+|\+|\+|\+|\+|\+|\+|
|KeepAlive|\+|\+|\+|\+|\+|\+|\+|\-|
-|CreateTable|\+|\+|\+|\+|\+||\-|\+|
-|DropTable|\+|\+|\+|\+|\+||\-|\+|
-|AlterTable|\+|\+|\+|\+|\+||\-|\+|
-|CopyTable|\+|\+|\+|\+|\-||\-|\+|
-|CopyTables|\+|\+|\+|\-|\-||\-|\+|
-|DescribeTable|\+|\+|\+|\+|\+||\-|\+|
-|ExplainDataQuery|\+|\+|\+|\+|\-||\-|\+|
-|PrepareDataQuery|\+|\+|\+|\+|\+||\-|\+|
+|CreateTable|\+|\+|\+|\+|\+|\-|\-|\+|
+|DropTable|\+|\+|\+|\+|\+|\-|\-|\+|
+|AlterTable|\+|\+|\+|\+|\+|\-|\-|\+|
+|CopyTable|\+|\+|\+|\+|\-|\-|\-|\+|
+|CopyTables|\+|\+|\+|\-|\-|\-|\-|\+|
+|DescribeTable|\+|\+|\+|\+|\+|\-|\-|\+|
+|ExplainDataQuery|\+|\+|\+|\+|\-|\-|\-|\+|
+|PrepareDataQuery|\+|\+|\+|\+|\+|\-|\-|\+|
|ExecuteDataQuery|\+|\+|\+|\+|\+|\+|\+|\+|
-|\* Серверный кэш по умолчанию для всех запросов с параметрами (KeepInCache)|\-|\+|\+|\+|\+||\-|\+|
-|\* Отдельная опция для включения/выключения серверного кэша для конкретного запроса|\+|\+|\+|\+|\+||\-|\+|
-|\* Truncated result как ошибка (по дефолту)|\-|\-|\+|?|\+||\-|\+|
-|\* Truncated result как ошибка (как опция opt-in, opt-out)|\-|\-|\+|?|\+||\+|\-|
+|\* Серверный кэш по умолчанию для всех запросов с параметрами (KeepInCache)|\-|\+|\+|\+|\+|\+|\-|\+|
+|\* Отдельная опция для включения/выключения серверного кэша для конкретного запроса|\+|\+|\+|\+|\+|\+|\-|\+|
+|\* Truncated result как ошибка (по дефолту)|\-|\-|\+|?|\+|\-|\-|\+|
+|\* Truncated result как ошибка (как опция opt-in, opt-out)|\-|\-|\+|?|\+|\-|\+|\-|
|ExecuteSchemeQuery|\+|\+|\+|\+|\-|\+|\+|\+|
-|BeginTransaction|\+|\+|\+|\+|\+||\-|\+|
-|CommitTransaction|\+|\+|\+|\+|\+||\+|\+|
-|RollbackTransaction|\+|\+|\+|\+|\+||\+|\+|
-|DescribeTableOptions|\+|\+|\+|\-|\-||\-|\-|
+|BeginTransaction|\+|\+|\+|\+|\+|\-|\-|\+|
+|CommitTransaction|\+|\+|\+|\+|\+|\-|\+|\+|
+|RollbackTransaction|\+|\+|\+|\+|\+|\-|\+|\+|
+|DescribeTableOptions|\+|\+|\+|\-|\-|\-|\-|\-|
|StreamExecuteScanQuery|\+|\+|\+|\+|\+|\+|\+|\+|
|StreamReadTable|\+|\+|\+|\+|\+|\+|\-|\+|
|BulkUpsert|\+|\+|\+|\+|\+|\-|\-|\+|
@@ -93,15 +93,15 @@
|Consumed Units из метаданных ответа на grpc-запрос (чтобы пользователь мог получить это)|\+|\+|\-|\+|\+|\-|\-|\-|
|Получение OperationId операции для long-polling статуса выполнения операции|\+|\+|\+|\-|\-|\+|\-|\-|
|**ScriptingYQL**|||||||||
-|ExecuteYql|\+|?|\+|\-|\-||\-|\+|
-|ExplainYql|\+|?|\+|\-|\-||\-|\+|
-|StreamExecuteYql|\+|?|\+|\-|\-||\-|\-|
+|ExecuteYql|\+|?|\+|\-|\-|\-|\-|\+|
+|ExplainYql|\+|?|\+|\-|\-|\-|\-|\+|
+|StreamExecuteYql|\+|?|\+|\-|\-|\-|\-|\-|
|**Coordination service**|||||||||
-|CreateNode|\+|?|\+|\-|\-||\-|\-|
-|AlterNode|\+|?|\+|\-|\-||\-|\-|
-|DropNode|\+|?|\+|\-|\-||\-|\-|
-|DescribeNode|\+|?|\+|\-|\-||\-|\-|
-|Session (leader election, распределенный лок)|\+|?|\-|\-|\-||\-|\-|
+|CreateNode|\+|?|\+|\-|\-|\-|\-|\-|
+|AlterNode|\+|?|\+|\-|\-|\-|\-|\-|
+|DropNode|\+|?|\+|\-|\-|\-|\-|\-|
+|DescribeNode|\+|?|\+|\-|\-|\-|\-|\-|
+|Session (leader election, распределенный лок)|\+|?|\-|\-|\-|\-|\-|\-|
|**Topic service**|||||||||
|CreateTopic|\+|\+|\+|\-|\-|\-|\-|\-|
|DescribeTopic|\+|\+|\+|\-|\-|\-|\-|\-|
@@ -125,22 +125,22 @@
|в OpenTracing|\-|?|\+|\-|\-|\-|\-|\-|
|**Examples**|||||||||
|Auth|||||||||
-|\* token|?|?|\+|\+|\+||\+|\+|
-|\* anonymous|?|?|\+|\+|\+||\+|\+|
-|\* environ|?|?|\+|\+|\+||\-|\+|
-|\* metadata|?|?|\+|\+|\+||\+|\+|
-|\* service_account|?|?|\+|\+|\+||\-|\+|
-|\* static (username \+ password)|?|?|\+|\+|\+||\-|\+|
+|\* token|?|?|\+|\+|\+|\+|\+|\+|
+|\* anonymous|?|?|\+|\+|\+|\+|\+|\+|
+|\* environ|?|?|\+|\+|\+|\-|\-|\+|
+|\* metadata|?|?|\+|\+|\+|\+|\+|\+|
+|\* service_account|?|?|\+|\+|\+|\-|\-|\+|
+|\* static (username \+ password)|?|?|\+|\+|\+|\+|\-|\+|
|Basic (series)|\+|?|\+|\+|\+|\+|\+|\+|
-|Bulk Upsert|\+/-|?|\+|\+|\+||\-|\+|
-|Containers (Struct,Variant,List,Tuple)|\-|?|\+|\-|\-||\+|\-|
-|Pagination|\+|?|\+|\+|\-||\-|\-|
-|Partition policies|\-|?|\+|\-|\-||\-|\-|
-|Read table|?|?|\+|\-|\+||\-|\+|
-|Secondary index Workaround|\+|?|\-|\+|\-||\-|\-|
-|Secondary index builtin|\+|?|\-|\-|\-||\-|\-|
-|TTL|\+|?|\+|\-|\-||\-|\-|
-|TTL Readtable|\+|?|\+|\-|\-||\-|\-|
-|URL Shortener (serverless yandex function)|?|?|\+|?|\+||\-|\-|
-|Topic reader|\+||\+||\-||\-|\-|
-|Topic writer|\-||\+||\-||\-|\-|
+|Bulk Upsert|\+/-|?|\+|\+|\+|\-|\-|\+|
+|Containers (Struct,Variant,List,Tuple)|\-|?|\+|\-|\-|\-|\+|\-|
+|Pagination|\+|?|\+|\+|\-|\-|\-|\-|
+|Partition policies|\-|?|\+|\-|\-|\-|\-|\-|
+|Read table|?|?|\+|\-|\+|\-|\-|\+|
+|Secondary index Workaround|\+|?|\-|\+|\-|\-|\-|\-|
+|Secondary index builtin|\+|?|\-|\-|\-|\-|\-|\-|
+|TTL|\+|?|\+|\-|\-|\-|\-|\-|
+|TTL Readtable|\+|?|\+|\-|\-|\-|\-|\-|
+|URL Shortener (serverless yandex function)|?|?|\+|?|\+|\-|\-|\-|
+|Topic reader|\+||\+||\-|\-|\-|\-|
+|Topic writer|\-||\+||\-|\-|\-|\-|