Table of Contents

Class DataIndexDefinition

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public sealed class DataIndexDefinition
Inheritance
DataIndexDefinition
Inherited Members

Properties

Columns

public IList<string> Columns { get; init; }

Property Value

IList<string>

Name

public string Name { get; set; }

Property Value

string

Table

public string Table { get; set; }

Property Value

string