vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PlatformCachePartitionMetadata

    interface PlatformCachePartitionMetadata {
        description?: string;
        fullName?: string;
        isDefaultPartition: boolean;
        masterLabel: string;
        platformCachePartitionTypes?: PlatformCachePartitionType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    fullName?: string
    isDefaultPartition: boolean
    masterLabel: string
    platformCachePartitionTypes?: PlatformCachePartitionType[]