Class GetMetadataResult
The get metadata result object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetMetadataResult
Constructors
View SourceGetMetadataResult(MetadataType, MetadataUnion)
Initializes a new instance of the GetMetadataResult class.
Declaration
public GetMetadataResult(MetadataType metadataType = null, MetadataUnion metadata = null)
Parameters
| Type | Name | Description |
|---|---|---|
| MetadataType | metadataType | The kind of metadata that was extracted for the
requested file. Callers should read the matching field of the |
| MetadataUnion | metadata | The metadata |
Properties
View SourceMetadata
Gets the metadata of the get metadata result
Declaration
public MetadataUnion Metadata { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion |
MetadataType
The kind of metadata that was extracted for the requested file. Callers should read the matching field of the `metadata` oneof.
Declaration
public MetadataType MetadataType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MetadataType |