Kinetica   C#   API  Version 7.2.3.0
Avro.File.DataBlock Class Reference

Public Member Functions

 DataBlock (long numberOfEntries, long blockSize)
 

Properties

byte [] Data [get, set]
 
long NumberOfEntries [get, set]
 
long BlockSize [get, set]
 

Detailed Description

Definition at line 25 of file DataBlock.cs.

Constructor & Destructor Documentation

◆ DataBlock()

Avro.File.DataBlock.DataBlock ( long  numberOfEntries,
long  blockSize 
)
inline

Definition at line 31 of file DataBlock.cs.

Property Documentation

◆ BlockSize

long Avro.File.DataBlock.BlockSize
getset

Definition at line 29 of file DataBlock.cs.

◆ Data

byte [] Avro.File.DataBlock.Data
getset

Definition at line 27 of file DataBlock.cs.

◆ NumberOfEntries

long Avro.File.DataBlock.NumberOfEntries
getset

Definition at line 28 of file DataBlock.cs.


The documentation for this class was generated from the following file: