Struct TileSeedStats
Defines the statistics of a tile seeding run
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OSGeo.MapGuide.MaestroAPI.Tile
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public struct TileSeedStats
Properties
| Improve this Doc View SourceDuration
The duration of the whole operation
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
ResourceID
The resource id of the map definition or tile set being seeded
Declaration
public string ResourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TilesRendered
The number of tiles rendered
Declaration
public int TilesRendered { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |