public sealed class DatasetConfig.Types.SourceFolders : IMessage<DatasetConfig.Types.SourceFolders>, IEquatable<DatasetConfig.Types.SourceFolders>, IDeepCloneable<DatasetConfig.Types.SourceFolders>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Storage Insights v1 API class DatasetConfig.Types.SourceFolders.
Specifies a set of folders to include in the dataset
Implements
IMessageDatasetConfigTypesSourceFolders, IEquatableDatasetConfigTypesSourceFolders, IDeepCloneableDatasetConfigTypesSourceFolders, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
SourceFolders()
public SourceFolders()SourceFolders(SourceFolders)
public SourceFolders(DatasetConfig.Types.SourceFolders other)| Parameter | |
|---|---|
| Name | Description |
other |
DatasetConfigTypesSourceFolders |
Properties
FolderNumbers
public RepeatedField<long> FolderNumbers { get; }Optional. The list of folder numbers to include in the dataset.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldlong |
|