D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RegisterFileSetRequest Data Type

Properties
name data type description
fieldDefinitionPath string
clashOption ClashOptions
toSetAccess Access
attributes map of object
fieldName string
parentPath string
streams array of TempFile

Example

{
  "fieldDefinitionPath" : "...",
  "clashOption" : "MERGE_EXISTING",
  "toSetAccess" : {
    "_policy" : "EMBARGOED",
    "_license" : "..."
  },
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "fieldName" : "...",
  "parentPath" : "...",
  "streams" : [ {
    "id" : "...",
    "url" : "...",
    "filename" : "..."
  }, {
    "id" : "...",
    "url" : "...",
    "filename" : "..."
  } ]
}