ResourceObjectsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the source | [optional] [readonly] |
| Name | String | Name of the source | [optional] [readonly] |
| ObjectCount | Int32 | The number of objects that were fetched by the connector. | [optional] [readonly] |
| ElapsedMillis | Int32 | The number of milliseconds spent on the entire request. | [optional] [readonly] |
| ResourceObjects | []ResourceObject | Fetched objects from the source connector. | [optional] [readonly] |
Examples
- Prepare the resource
$ResourceObjectsResponse = Initialize-V2025ResourceObjectsResponse -Id 2c91808568c529c60168cca6f90c1313 `
-Name ODS-AD-Test [source-999999] `
-ObjectCount 25 `
-ElapsedMillis 1055 `
-ResourceObjects null
- Convert the resource to JSON
$ResourceObjectsResponse | ConvertTo-JSON