Class EntryBigqueryDateShardedSpecGetArgs
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 EntryBigqueryDateShardedSpecGetArgs : ResourceArgs
Constructors
View SourceEntryBigqueryDateShardedSpecGetArgs()
Declaration
public EntryBigqueryDateShardedSpecGetArgs()
Properties
View SourceDataset
Declaration
public Input<string> Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShardCount
Declaration
public Input<int> ShardCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TablePrefix
Declaration
public Input<string> TablePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |