Show / Hide Table of Contents

Interface IMemoryStreamingStatus

Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public interface IMemoryStreamingStatus

Properties

BlockSize

Block size in bytes.

Declaration
uint BlockSize { get; }
Property Value
Type Description
uint

BlocksToProcess

Specifies max block address to process.

Declaration
uint BlocksToProcess { get; }
Property Value
Type Description
uint

ProcessedBlocks

Specifies block address that has been processed.

Declaration
uint ProcessedBlocks { get; }
Property Value
Type Description
uint

ProgressPercentage

Progress percentage with value between 0 and 1.

Declaration
double? ProgressPercentage { get; }
Property Value
Type Description
double

TotalBlocks

Specifies total blocks capacity of storage, including non-used/empty blocks.

Declaration
uint TotalBlocks { get; }
Property Value
Type Description
uint
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©