Interface MigrationInventoryResource

interface MigrationInventoryResource {
    capabilities: string[];
    compatibility: MigrationCompatibilityAssessment;
    containerId: string;
    description?: string;
    externalDependencyIds: string[];
    featureCount?: number;
    fields: MigrationInventoryField[];
    geometryType?: string;
    hasAttachments?: boolean;
    id: string;
    kind: string;
    name: string;
    spatialReferences: MigrationSpatialReferenceInfo[];
    styleIds: string[];
    title?: string;
}

Properties

capabilities: string[]
containerId: string
description?: string
externalDependencyIds: string[]
featureCount?: number
geometryType?: string
hasAttachments?: boolean
id: string
kind: string
name: string
spatialReferences: MigrationSpatialReferenceInfo[]
styleIds: string[]
title?: string