Contents

dataSize

The size of the resource in bytes

Declaration

var dataSize: Int? { get }

Discussion

The size may be unknown until a resource has finished being generated or processed, and some resources never report one. nil means the size is unknown, not that it is zero.

See Also

Inspecting an Asset Resource