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
parentPath string
clashOption ClashOptions
toSetAccess Access
streams array of TempFile
fieldName string
attributes map of object

Example

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