dc-delivery-sdk-js
    Preparing search index...

    Interface GenerateDomainOptions

    Options for the generateDomain method on the StagingEnvironmentFactory

    interface GenerateDomainOptions {
        snapshotId?: string;
        timestamp?: number;
    }
    Index

    Properties

    snapshotId?: string

    Snapshot Id

    timestamp?: number

    Timestamp in milliseconds (unix epoch ms)