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

Example

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