FSharpAux


FieldAttribute

Namespace: FSharpAux.IO
Parent Module: Attribute

An attribute to be added to fields of a schema record type to indicate the column used in the data format for the schema as index

Constructors

ConstructorDescription
new(indexFrom, indexTo)
Signature: (indexFrom:int * indexTo:int) -> FieldAttribute

CompiledName: .ctor

new(indices)
Signature: (indices:string []) -> FieldAttribute

CompiledName: .ctor

new(indices)
Signature: (indices:int []) -> FieldAttribute

CompiledName: .ctor

new(index)
Signature: index:string -> FieldAttribute

CompiledName: .ctor

new(index)
Signature: index:int -> FieldAttribute

CompiledName: .ctor

new(indexTag)
Signature: indexTag:FieldIndex -> FieldAttribute

CompiledName: .ctor

Instance members

Instance memberDescription
x.IndexTag
Signature: FieldIndex

CompiledName: get_IndexTag

Fork me on GitHub