Class DataSpecification
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class DataSpecification
- Inheritance
-
DataSpecification
- Inherited Members
-
Properties
ApiVersion
public string ApiVersion { get; set; }
Property Value
- string
Constraints
public IList<string> Constraints { get; init; }
Property Value
- IList<string>
Id
public string Id { get; set; }
Property Value
- string
Indexes
public IList<DataIndexDefinition> Indexes { get; init; }
Property Value
- IList<DataIndexDefinition>
Kind
public string Kind { get; set; }
Property Value
- string
public DataMetadata Metadata { get; set; }
Property Value
- DataMetadata
Migrations
public IList<DataMigration> Migrations { get; init; }
Property Value
- IList<DataMigration>
ModelType
public string ModelType { get; set; }
Property Value
- string
Schemas
public IList<DataSchema> Schemas { get; init; }
Property Value
- IList<DataSchema>
Status
public string Status { get; set; }
Property Value
- string
Trace
public DataTraceability Trace { get; set; }
Property Value
- DataTraceability
Version
public int Version { get; set; }
Property Value
- int