Details for a reality data
TableSchemaid
String
Identifier of the reality data. This identifier is assigned by the service at the creation of the reality data. It is also unique.
displayName
String
The name of the reality data. This property may not contain any control sequence such as a URL or code.
dataset
String
This field can be used to define a loose grouping of reality data. This property may not contain any control sequence such as a URL or code.
group
String
The group can be used to define a second level of grouping. This property may not contain any control sequence such as a URL or code.
description
String
A textual description of the reality data. This property may not contain any control sequence such as a URL or code.
rootDocument
String
Used to indicate the root document of the reality data. The root document can be in a subfolder and is then specified as “Tile_Root.json” or “Folder1/SubFolder1/File.json” for example.
size
Int64
The size of the reality data in Kilobytes.
classification
String
Specific value constrained field that indicates the nature of the reality data. The following values are currently supported: Terrain, Imagery, Pinned, Model, Undefined.
type
String
A key indicating the format of the data. The type property should be a specific indication of the format of the reality data. Given a type, the consuming software should be able to determine if it has the capacity to open the reality data. Although the type field is a free string some specific values are reserved and other values should be selected judiciously. Look at the documentation for an exhaustive list of reserved types.
acquisition
Provides information regarding the acquisition, such as dates and acquirer used.
extent
Contains the rectangular area on the Earth which encloses the reality data.
authoring
Boolean
A boolean value that is true if the data is being created. It is false if the data has been completely uploaded.
accessControl
String
A value indicating the access permissions on the reality data. 4 values are possible. Project
: data can only be used as part of a project; Organization
: any member of the organization can use the data; Private
: only the owner can use the data; Public
: anyone, even users external to an enterprise can use the data. Note that this field is read-only and can't be provided as a request parameter. If a projectId
is provided on the creation of the reality data, the accessControl
is set to Project
; otherwise accessControl
is set to Organization
. Other values are there for legacy reasons.
dataCenterLocation
String
Identifies the data center location used to store the reality data.
modifiedDateTime
Date-time
ISO-8601 compliant time (UTC) of last modification of the reality data. E.g. '2017–05–10T13:43:03Z'
lastAccessedDateTime
Date-time
ISO-8601 compliant time (UTC) of last access of the reality data. E.g. '2017–05–10T13:43:03Z'
createdDateTime
Date-time
ISO-8601 compliant time (UTC) of the creation of the reality data. E.g. '2017–05–10T13:43:03Z'
Details for a reality data (summary)
TableSchemaid
String
Identifier of the reality data. This identifier is assigned by the service at the creation of the reality data. It is also unique.
displayName
String
The name of the reality data. This property may not contain any control sequence such as a URL or code.
type
String
A key indicating the format of the data. The type property should be a specific indication of the format of the reality data. Given a type, the consuming software should be able to determine if it has the capacity to open the reality data. Although the type field is a free string some specific values are reserved and other values should be selected judiciously. Look at the documentation for an exhaustive list of reserved types.
TableSchemaself
The link to get the reality data details.
Array of reality data (summary)
URL for getting the next page of data, if applicable.
Details about data acquisition.
TableSchemastartDateTime
Date-time
ISO-8601 compliant time (UTC) that indicates when the data acquisition started. E.g. '2017–05–10T13:43:03Z'
endDateTime
Date-time
ISO-8601 compliant time (UTC) that indicates when the data acquisition ended. E.g. '2017–05–10T13:43:03Z'
acquirer
String
Description of the acquirer.
Extent of a reality data, delimited by southwest and northeast coordinates.
TableSchemasouthwest
Extent's southwest coordinate.
northeast
Extent's northeast coordinate.
Coordinate used to define an extent.
TableSchemalatitude
Double
Latitude. Latitude ranges between -90 and 90 degrees, inclusive.
longitude
Double
Longitude. Longitude ranges between -180 and 180 degrees, inclusive.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Contains error information and an optional array of more specific errors.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
details
Optional array of more specific errors.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.