package metadata

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/operation/metadata"

Index

Functions

func FromProto

func FromProto[PT Constraint[T], T TypesConstraint](metadata *anypb.Any) *T

Types

type BuildIndex

type BuildIndex struct {
	Description string
	State       string
	Progress    float32
}

type Constraint

type Constraint[T TypesConstraint] interface {
	// contains filtered or unexported methods
}

type ExecuteQuery

type ExecuteQuery options.MetadataExecuteQuery

type ExportToS3

type ExportToS3 struct {
	Settings string
	Status   string
	Items    []string
}

type ExportToYT

type ExportToYT struct {
	Settings string
	Status   string
	Items    []string
}

type ImportFromS3

type ImportFromS3 struct {
	Settings string
	Status   string
	Items    []string
}

type TypesConstraint

type TypesConstraint interface {
	BuildIndex | ImportFromS3 | ExportToS3 | ExportToYT | ExecuteQuery
}

Source Files

metadata.go

Version
v3.108.0 (latest)
Published
Apr 21, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
33 seconds ago

Tools for package owners.