Show / Hide Table of Contents

Interface IMemoryStreamingStatus

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

Properties

BlockSize

Block size in bytes.

Declaration
uint BlockSize { get; }
Property Value
Type Description
System.UInt32

BlocksToProcess

Specifies max block address to process.

Declaration
uint BlocksToProcess { get; }
Property Value
Type Description
System.UInt32

ProcessedBlocks

Specifies block address that has been processed.

Declaration
uint ProcessedBlocks { get; }
Property Value
Type Description
System.UInt32

ProgressPercentage

Progress percentage with value between 0 and 1.

Declaration
Nullable<double> ProgressPercentage { get; }
Property Value
Type Description
System.Nullable<System.Double>

TotalBlocks

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

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