ProjectExport interface
Represents information about a project export.
Properties
estimated |
Estimated time this project will take to import, can change based on network connectivity and load between source and destination regions. NOTE: This property will not be serialized. It can only be populated by the server. |
image |
Count of images that will be exported. NOTE: This property will not be serialized. It can only be populated by the server. |
iteration |
Count of iterations that will be exported. NOTE: This property will not be serialized. It can only be populated by the server. |
region |
Count of regions that will be exported. NOTE: This property will not be serialized. It can only be populated by the server. |
tag |
Count of tags that will be exported. NOTE: This property will not be serialized. It can only be populated by the server. |
token | Opaque token that should be passed to ImportProject to perform the import. This token grants access to import this project to all that have the token. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
estimatedImportTimeInMS
Estimated time this project will take to import, can change based on network connectivity and load between source and destination regions. NOTE: This property will not be serialized. It can only be populated by the server.
estimatedImportTimeInMS?: number
Property Value
number
imageCount
Count of images that will be exported. NOTE: This property will not be serialized. It can only be populated by the server.
imageCount?: number
Property Value
number
iterationCount
Count of iterations that will be exported. NOTE: This property will not be serialized. It can only be populated by the server.
iterationCount?: number
Property Value
number
regionCount
Count of regions that will be exported. NOTE: This property will not be serialized. It can only be populated by the server.
regionCount?: number
Property Value
number
tagCount
Count of tags that will be exported. NOTE: This property will not be serialized. It can only be populated by the server.
tagCount?: number
Property Value
number
token
Opaque token that should be passed to ImportProject to perform the import. This token grants access to import this project to all that have the token. NOTE: This property will not be serialized. It can only be populated by the server.
token?: string
Property Value
string