Used in Client::ListObjects to return only those objects that do not contain the delimiter, unless said delimiter appears in the Prefix parameter (if any).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page provides documentation for the `google::cloud::storage::Delimiter` struct, which is available across multiple versions, including the latest release candidate 2.37.0-rc."],["The struct is designed to return results in a directory-like mode, helping organize data when listing objects."],["The delimiter functionality is used within the `Client::ListObjects` function, specifically to filter objects based on the presence or absence of a specified delimiter."],["It will only return objects that do not contain the specified delimiter, except when it appears in the provided `Prefix` parameter."],["The `well_known_parameter_name()` static function is present within this struct."]]],[]]