Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "type": "Copy",
  3. "typeProperties": {
  4. "source": {
  5. "type": "FileShare"
  6. },
  7. "sink": {
  8. "type": "BlobSource"
  9. }
  10. },
  11. "inputs": [
  12. {
  13. "name": "FoodGroupDescriptionsFileSystem"
  14. },
  15. {
  16. "name": "FoodGroupDescriptionsInputBlob"
  17. }
  18. ],
  19. "outputs": [
  20. {
  21. "name": "FoodGroupDescriptionsAzureBlob"
  22. }
  23. ],
  24. "policy": {
  25. "timeout": "01:00:00",
  26. "concurrency": 1,
  27. "executionPriorityOrder": "NewestFirst"
  28. },
  29. "scheduler": {
  30. "frequency": "Minute",
  31. "interval": 15
  32. },
  33. "name": "FoodGroupDescriptions",
  34. "description": "#1 Bulk Import FoodGroupDescriptions"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement