Kinetica C# API
Version 7.2.3.0
SpecificRecord.cs
Go to the documentation of this file.
1
18
using
System;
19
using
System.Collections.Generic;
20
using
System.Linq;
21
using
System.Text;
22
23
namespace
Avro.Specific
24
{
28
public
interface
ISpecificRecord
29
{
30
Schema
Schema
{
get
; }
31
object
Get
(
int
fieldPos);
32
void
Put
(
int
fieldPos,
object
fieldValue);
33
}
34
}
Avro.Schema
Base class for all schema types
Definition:
Schema.cs:29
Avro.Specific.ISpecificRecord.Get
object Get(int fieldPos)
Avro.Specific.ISpecificRecord
Interface class for generated classes
Definition:
SpecificRecord.cs:28
Avro.Specific
Definition:
ObjectCreator.cs:24
Avro.Specific.ISpecificRecord.Put
void Put(int fieldPos, object fieldValue)
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
Specific
SpecificRecord.cs
Generated by
1.8.15