Show / Hide Table of Contents

Class EntryGcsFilesetSpecSampleGcsFileSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EntryGcsFilesetSpecSampleGcsFileSpecArgs
Inherited Members
ResourceArgs.Empty
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 Source

EntryGcsFilesetSpecSampleGcsFileSpecArgs()

Declaration
public EntryGcsFilesetSpecSampleGcsFileSpecArgs()

Properties

View Source

FilePath

The full file path

Declaration
public Input<string> FilePath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SizeBytes

The size of the file, in bytes.

Declaration
public Input<int> SizeBytes { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.