Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum CloudStorageOptions.Types.SampleMethod.
How to sample bytes if not all bytes are scanned. Meaningful only when used
in conjunction with bytes_limit_per_file. If not specified, scanning would
start from the top.
[[["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-03-24 UTC."],[[["This page provides documentation for the `CloudStorageOptions.Types.SampleMethod` enum within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `SampleMethod` enum dictates how bytes are sampled when not all bytes are scanned, in conjunction with `bytes_limit_per_file`, with options for random sampling, scanning from the top, or no sampling."],["The documentation covers various versions of the API, from 2.15.0 to the latest version 4.16.0, enabling users to find the version-specific details for this enum."],["The enum has three fields: `RandomStart` which randomly selects the starting point to begin scanning; `Top` which scans from the top, and is default; `Unspecified`, which indicates there is no sampling."]]],[]]