Show / Hide Table of Contents

OriginalDataLength Property

OriginalDataLength

The length, in bytes, of the unencrypted, uncompressed data. This is either the retrieved origSize in the Large Blob Map when getting a Large Blob Array, or the length, in bytes, of the provided data when creating a new entry to store.

C#
public int OriginalDataLength { get; }

Property Value

Type Description
int
In this article
Back to top Generated by DocFX