XmlProvider Type
Typed representation of a XML file.
Static parameters
| Static parameters | Description |
Full Usage:
Culture: string(optional,default="")
|
|
Full Usage:
EmbeddedResource: string(optional,default="")
|
|
Full Usage:
Encoding: string(optional,default="")
|
|
Full Usage:
Global: bool(optional,default=false)
|
|
Full Usage:
InferTypesFromValues: bool(optional,default=true)
|
|
|
Possible values:
| NoInference -> Inference is disabled. All values are inferred as the most basic type permitted for the value (usually string).
| ValuesOnly -> Types of values are inferred from the Sample. Inline schema support is disabled. This is the default.
| ValuesAndInlineSchemasHints -> Types of values are inferred from both values and inline schemas. Inline schemas are special string values that can define a type and/or unit of measure. Supported syntax: typeof
|
Full Usage:
ResolutionFolder: string(optional,default="")
|
|
Full Usage:
Sample: string(optional,default="")
|
|
Full Usage:
SampleIsList: bool(optional,default=false)
|
|
Full Usage:
Schema: string(optional,default="")
|
FSharp.Data