FileStreamStorage<TKey>.GetStreamSize(TKey, Int64, Int64) Method

Definition

Gets the number of bytes actually used by an existing Stream in the storage.

public:
 virtual void GetStreamSize(TKey key, [Runtime::InteropServices::Out] long % actualSize, [Runtime::InteropServices::Out] long % reservedSize);
public void GetStreamSize (TKey key, out long actualSize, out long reservedSize);
abstract member GetStreamSize : 'Key * int64 * int64 -> unit
override this.GetStreamSize : 'Key * int64 * int64 -> unit
Public Sub GetStreamSize (key As TKey, ByRef actualSize As Long, ByRef reservedSize As Long)

Parameters

key
TKey

Key to the existing stream.

actualSize
Int64

[out] The size.

reservedSize
Int64

[out] The reserved size.

Implements

Applies to