Show / Hide Table of Contents

Class LocalFileSource

The details about the data source when it is a local file.

Inheritance
object
LocalFileSource
Implements
IMessage<LocalFileSource>
IEquatable<LocalFileSource>
IDeepCloneable<LocalFileSource>
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 LocalFileSource : IMessage<LocalFileSource>, IEquatable<LocalFileSource>, IDeepCloneable<LocalFileSource>, IBufferMessage, IMessage

Constructors

LocalFileSource()

Declaration
public LocalFileSource()

LocalFileSource(LocalFileSource)

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

Properties

FileFormat

The format of the file that is being uploaded.

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

Filename

The file name of the uploaded file.

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