IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ListBucketAnalyticsConfigurationsCommandOutput

    interface ListBucketAnalyticsConfigurationsCommandOutput {
        IsTruncated?: boolean;
        ContinuationToken?: string;
        NextContinuationToken?: string;
        AnalyticsConfigurationList?: AnalyticsConfiguration[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    IsTruncated?: boolean

    Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

    ContinuationToken?: string

    The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.

    NextContinuationToken?: string

    NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.

    AnalyticsConfigurationList?: AnalyticsConfiguration[]

    The list of analytics configurations for a bucket.