Typescript SDK Type Docs
    Preparing search index...

    Interface ImportContainerDraft

    The representation sent to the server to create an ImportContainer.

    interface ImportContainerDraft {
        key: string;
        resourceType?: ImportResourceType;
        retentionPolicy?: TimeToLiveRetentionPolicy;
    }
    Index

    Properties

    key: string

    User-defined unique identifier of the ImportContainer.

    resourceType?: ImportResourceType

    The resource type the ImportContainer will accept. If not specified, the ImportContainer can import all of the supported ImportResourceTypes.

    retentionPolicy?: TimeToLiveRetentionPolicy

    Set a retention policy to automatically delete the ImportContainer after a defined period.