PrefixList Event

Fires once for each common prefix returned when listing blobs.

Syntax

class AzureBlobPrefixListEventParams {
public:
  const QString &Prefix();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void PrefixList(AzureBlobPrefixListEventParams *e);
// Or, subclass AzureBlob and override this emitter function. virtual int FirePrefixList(AzureBlobPrefixListEventParams *e) {...}

Remarks

This event fires once for each common prefix returned when ListBlobs is called when BlobDelimiter is non-empty. Refer to BlobDelimiter for more information.

Prefix is the common prefix.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Qt Edition - Version 20.0 [Build 8265]