Google.PowerShell.CloudStorage BucketModel in C# (CSharp): 2 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Google.PowerShell.CloudStorage.BucketModel, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This class maintains a local description of the objects in a bucket. It is used by the GoogleCloudStorageProvider to prevent redundant service calls e.g. to discover if an object exists. It keeps track of real objects, which we treat as files, and of name prefixes, which act like folders. A real object named "myFolder/" will be both a prefix "myFolder" and an object "myFolder/".