Class
BirdseyeMetadataResourceSet

The Birdseye ResourceSet container.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[KnownType(typeof(BirdseyeMetadata))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadataResourceSet

Inheritance: objectBirdseyeMetadataResourceSet

Constructors

BirdseyeMetadataResourceSet()

Declaration

cs-api-definition
public BirdseyeMetadataResourceSet()

Properties

EstimatedTotal

Gets or sets an estimate of the total number of resources in the ResourceSet.

Declaration

cs-api-definition
[DataMember(Name = "estimatedTotal")]
public long EstimatedTotal { get; set; }

Property Value

long

Resources

Gets or sets a collection of one or more imagery metadata resources.

Declaration

cs-api-definition
[DataMember(Name = "resources")]
public BirdseyeMetadata[] Resources { get; set; }

Property Value

BirdseyeMetadata[]