Class EntryGcsFilesetSpecSampleGcsFileSpecArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.DataCatalog.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EntryGcsFilesetSpecSampleGcsFileSpecArgs : ResourceArgs
Constructors
View SourceEntryGcsFilesetSpecSampleGcsFileSpecArgs()
Declaration
public EntryGcsFilesetSpecSampleGcsFileSpecArgs()
Properties
View SourceFilePath
The full file path
Declaration
public Input<string> FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SizeBytes
The size of the file, in bytes.
Declaration
public Input<int> SizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |