Class FhirPackageIndex.PackageIndexFile
A package index file.
Inheritance
System.Object
FhirPackageIndex.PackageIndexFile
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class PackageIndexFile : object
Properties
| Improve this Doc View SourceFilename
Gets or sets the filename of the file.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or sets the identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Kind
Gets or sets the kind.
Declaration
public string Kind { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceType
Gets or sets the type of the resource.
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System. |
TypeHint
Gets or sets the 'type' property (context dependant).
Declaration
public string TypeHint { get; set; }
Property Value
Type | Description |
---|---|
System. |
Url
Gets or sets URL of the document.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |