Show / Hide Table of Contents

Class GcsSource

The details about the data source when it is in Google Cloud Storage.

Inheritance
object
GcsSource
Implements
IMessage<GcsSource>
IEquatable<GcsSource>
IDeepCloneable<GcsSource>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage

Constructors

GcsSource()

Declaration
public GcsSource()

GcsSource(GcsSource)

Declaration
public GcsSource(GcsSource other)
Parameters
Type Name Description
GcsSource other

Properties

FileFormat

The file format of the Google Cloud Storage object. This is used mainly for validation.

Declaration
public FileFormat FileFormat { get; set; }
Property Value
Type Description
FileFormat

InputUri

Source data URI. For example, gs://my_bucket/my_object.

Declaration
public string InputUri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX