index

package
v0.0.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

README

ydb_table_index resource

Example

resource "ydb_table_index" "index" {
    table_path        = "path/to/table"
    connection_string = "grpc://localhost:2136/?database=/local"
    name              = "my_index"
    type              = "global_sync"
    columns           = ["a", "b"]
    cover             = ["c"]
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(token string) resources.Handler

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL