Optionalsource: DeepPartial<ImageRefProfile>Image-specific information, e.g. memory consumption.
Description of source from which the ImageRef was created. Non-null only if detailed profiling has been previously enabled by a call to enableDetailedProfiling.
Information about the strong and serialized references to the image.
Optionalconfig: ToJsonConfigurationOptionalimageInfo?: {Image-specific information, e.g. memory consumption.
OptionalbitmapMemoryConsumption?: numberMemory consumption of a memory-backed bitmap. Zero, if the image is hibernating.
Default is 0
OptionalhibernationMemoryConsumption?: numberMemory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.
Default is 0
Optionalserialize?: (OptionalimageSource?: Description of source from which the ImageRef was created. Non-null only if detailed profiling has been previously enabled by a call to enableDetailedProfiling.
OptionalrefInfo?: {Information about the strong and serialized references to the image.
Optionalserialize?: (Optional ReadonlyserializedReferences?: numberNumber of serialized references to the object. The serialized reference count increases when an ImageRef is written to JSON or a Parcel on Android and decrease when the respective JSON or Parcel is deserialized.
Default is 0
Optional ReadonlystrongReferences?: numberNumber of strong references associated with the object. The strong reference count increases when a new instance of a platform ImageRef class is created from the object's unique ID and decreases when the ImageRef instance is destroyed.
Default is 0
Optional ReadonlytimestampCreated?: numberTimestamp (milliseconds since the UNIX epoch), at which the object was first created.
Optional ReadonlyuniqueId?: stringUnique ID of the object.
Optionalserialize?: (
ImageRef profile which provides detailed information about stored object.