Cisco Cisco WebEx Social for Mobile Manual De Manutenção

Página de 50
 
28
Exporting Data from Cisco WebEx Social, Release 3.4.2 SR1
OL-32087-01
  Exported Data Formats
 shows sample record from an export file that contains data for an image.
Example 6
Image Data Export File Sample Record
{
    "id" : 175910253,
    "name" : "IMG7314346",
    "description" : "Uploaded as an Image Gallery file.",
"tags":[ 
"name":"office" 
}, 
"name":"event" 
],
    "author" : {
        "id" : 510001,
        "screenName" : "pkim"
    },
    "folderPath" : "Images/Office/Events",
    "readCount" : 22,
    "community" : {
        "id" : 6833724,
        "name" : "WebEx Social UX"
    },
    "largeImage ": {
        "id": 6833724,
        "filePath": “/10196/66010110/largeImage.png”,
        “modifiedDate”: 1393242662097,
        "type":”png",
        “width” : 1024,
        “height”: 768,
        “size”: 873472,
        “status”:”ACTIVE”
    }
}
largeImage
Contains the following fields for the large version of an image:
id—Unique identifier of the image
filePath—Path to the image on the NFS, relative to the root path
modifiedDate—Date and time that the image was last modified, 
in Java long type date format
type—Type of the image, such as jpg or png
width—Width of the image, in pixels
height—Height of the image, in pixels
size—Size of the image, in bytes
name
Name of the image file, without the extension
tags
Name of each tag that is associated with the image file
Table 9
Image Data Export File Record Fields (continued)
Field
Description