New-BimPropertyDiff
[-ProjectId] <guid>
[-SpecificationJson] <string>Create a new diff index with the specified file tuples
New-BimPropertyDiff
-ProjectId 'f83cef12-beef-4771-97eb-4f85643e3c46' `
-SpecificationJson '{
"diffs": [
{
"prevVersionUrn": "urn:adsk.wipprod:fs.file:vf.OGB3DgCdTQq--zcEsvlm6A?version=9",
"curVersionUrn": "urn:adsk.wipprod:fs.file:vf.OGB3DgCdTQq--zcEsvlm6A?version=20"
},
{
"prevVersionUrn": "urn:adsk.wipprod:fs.file:vf.HdCtnuXlRVGYJsJI7pS90Q?version=1",
"curVersionUrn": "urn:adsk.wipprod:fs.file:vf.HdCtnuXlRVGYJsJI7pS90Q?version=2"
},
{
"prevVersionUrn": "urn:adsk.wipprod:fs.file:vf.3F_w-tXFS3eabQ1RyR_PFg?version=2",
"curVersionUrn": "urn:adsk.wipprod:fs.file:vf.3F_w-tXFS3eabQ1RyR_PFg?version=5"
}
]
}';| Attribute | Value |
|---|---|
| Type | System.Guid |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The JSON specification for the index.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The diff index, see the Model Properties APS documentation for full details.
Get-BimPropertyDiff
[-ProjectId] <guid>
[-DiffId] <string>Get the status of an executing diff indexing job by diff index ID.
Get-BimPropertyDiff
-ProjectId 'f83cef12-beef-4771-97eb-4f85643e3c46' `
-DiffId 'qTmPiKJZ7siqxkTNpWGANw'| Attribute | Value |
|---|---|
| Type | System.Guid |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The project ID to target.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The ID of the Diff to target.
The diff index, see the Model Properties APS documentation for full details.
New-BimPropertyDiffQuery
[-ProjectId] <guid>
[-DiffId] <string>
[-QueryJson] <string>Execute a new BIM diff query against a specific diff index, identified by ID.
New-BimPropertyDiffQuery
-ProjectId 'f83cef12-beef-4771-97eb-4f85643e3c46' `
-DiffId 'qTmPiKJZ7siqxkTNpWGANw' `
-QueryJson '{
"query": {
"$ne": [
"s.props.p1b2aabe1",
"s.prev.props.p1b2aabe1"
]
}
}';| Attribute | Value |
|---|---|
| Type | System.Guid |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The project ID to target.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The ID of the diff index to target.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The diff query JSON to run.
The diff index query, see the Model Properties APS documentation for full details.
Get-BimPropertyDiffQuery
[-ProjectId] <guid>
[-DiffId] <string>
[-QueryId] <string>Get the status of a diff index query via the index ID and query ID.
Get-BimPropertyDiffQuery
-ProjectId 'f83cef12-beef-4771-97eb-4f85643e3c46' `
-DiffId 'qTmPiKJZ7siqxkTNpWGANw' `
-QueryId '_ukKZbcA8TN9CLMgLchgnA';| Attribute | Value |
|---|---|
| Type | System.Guid |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The project ID to target.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The Diff to target.
| Attribute | Value |
|---|---|
| Type | string |
| Position | Named |
| Default value | None |
| Accept pipeline input | False |
| Accept wildcard characters | False |
The Diff query ID corresponding to the executed query.
The diff index query, see the Model Properties APS documentation for full details.
