Class LocalFileSource
The details about the data source when it is a local file.
Implements
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 |