Struct ContentStorageHeader
Header with description of streamable resource data storage.
public struct ContentStorageHeader- Inherited Members
Fields
Chunks
The data chunks.
public ContentStorageHeader.ChunkEntry[] ChunksField Value
DataUrl
The data container url.
public string DataUrlField Value
HashCode
The hash code for the package header. Used to ensure data consistency.
public int HashCodeField Value
InitialImage
True if data is followed by initial low resolution image.
public bool InitialImageField Value
PackageTime
Time when package has been created (in UTC).
public DateTime PackageTimeField Value
Properties
ChunksCount
Gets the amount of data chunks.
public readonly int ChunksCount { get; }Property Value
Methods
Read(SerializationStream, out ContentStorageHeader)
Reads header instance from a stream.
public static void Read(SerializationStream stream, out ContentStorageHeader result)Parameters
- streamSerializationStream
- The source stream. 
- resultContentStorageHeader
- Result data 
Write(SerializationStream)
Writes this instance to a stream.
public readonly void Write(SerializationStream stream)Parameters
- streamSerializationStream
- The destination stream.