Свойство | Type | Description | |
---|---|---|---|
CellSecondExGuid | System.Guid | ||
RootExGuid | System.Guid | ||
SchemaGuid | System.Guid |
Méthode | Description | |
---|---|---|
AnalyzeStorageIndexDataElement ( List |
This method is used to analyze the storage index data element to get all the mappings.
|
|
BuildDataElements ( byte fileContent, |
This method is used to build a list of data elements to represent a file.
|
|
CreateCellMainifestDataElement ( |
This method is used to create the cell manifest data element.
|
|
CreateObjectGroupDataElement ( byte fileContent, |
This method is used to create object group data/blob element list.
|
|
CreateRevisionManifestDataElement ( |
This method is used to create the revision manifest data element.
|
|
CreateStorageIndexDataElement ( |
This method is used to create the storage index data element.
|
|
CreateStorageManifestDataElement ( ExGuid>.Dictionary |
This method is used to create the storage manifest data element.
|
|
GetCellManifestDataElementData ( List |
This method is used to get cell manifest data element from a list of data element.
|
|
GetDataObjectDataElementData ( List |
This method is used to get the list of object group data element from a list of data element.
|
|
GetDataObjectDataElementData ( List |
This method is used to get a list of object group data element from a list of data element.
|
|
GetRevisionManifestDataElementData ( List |
This method is used to get revision manifest data element from a list of data element.
|
|
GetStorageManifestDataElementData ( List |
This method is used to get storage manifest data element from a list of data element.
|
|
TryAnalyzeWhetherConfirmSchema ( List |
This method is used to analyze whether the data elements are confirmed to the schema defined in MS-FSSHTTPD.
|
|
TryAnalyzeWhetherFullDataElementList ( List |
This method is used to try to analyze the returned whether data elements are complete.
|
public static AnalyzeStorageIndexDataElement ( List |
||
dataElements | List |
Specify the data element list. |
storageIndexExGuid | Specify the storage index extended GUID. | |
manifestMappingGuid | Output parameter to represent the storage manifest mapping GUID. | |
cellIDMappings | ExGuid>.Dictionary | Output parameter to represent the mapping of cell id. |
revisionIDMappings | ExGuid>.Dictionary | Output parameter to represent the revision id. |
Résultat | bool |
public static BuildDataElements ( byte fileContent, |
||
fileContent | byte | Specify the file content byte array. |
storageIndexExGuid | Output parameter to represent the storage index GUID. | |
Résultat | List |
public static CreateCellMainifestDataElement ( |
||
revisionId | Specify the revision GUID. | |
cellIDMapping | ExGuid>.Dictionary | Input/output parameter to represent the mapping of cell manifest. |
Résultat | DataElement |
public static CreateObjectGroupDataElement ( byte fileContent, |
||
fileContent | byte | Specify the file content in byte array format. |
rootNodeExGuid | Output parameter to represent the root node extended GUID. | |
objectDataExGuidList | List |
Input/Output parameter to represent the list of extended GUID for the data object data. |
Résultat | List |
public static CreateRevisionManifestDataElement ( |
||
rootObjectExGuid | Specify the root node object extended GUID. | |
baseRevisionID | Specify the base revision Id. | |
refferenceObjectDataExGuidList | List |
Specify the reference object data extended list. |
revisionMapping | ExGuid>.Dictionary | Input/output parameter to represent the mapping of revision manifest. |
currentRevisionID | Output parameter to represent the revision GUID. | |
Résultat | DataElement |
public static CreateStorageIndexDataElement ( |
||
manifestExGuid | Specify the storage manifest data element extended GUID. | |
cellIDMappings | ExGuid>.Dictionary | Specify the mapping of cell manifest. |
revisionIDMappings | ExGuid>.Dictionary | Specify the mapping of revision manifest. |
Résultat | DataElement |
public static CreateStorageManifestDataElement ( ExGuid>.Dictionary |
||
cellIDMapping | ExGuid>.Dictionary | Specify the mapping of cell manifest. |
Résultat | DataElement |
public static GetCellManifestDataElementData ( List |
||
dataElements | List |
Specify the data element list. |
manifestDataElementData | Specify the manifest data element. | |
cellIDMappings | ExGuid>.Dictionary | Specify mapping of cell id. |
Résultat |
public static GetDataObjectDataElementData ( List |
||
dataElements | List |
Specify the data element list. |
storageIndexExGuid | Specify the storage index extended GUID. | |
rootExGuid | Output parameter to represent the root node object. | |
Résultat | List |
public static GetDataObjectDataElementData ( List |
||
dataElements | List |
Specify the data element list. |
revisionData | Specify the revision data. | |
rootExGuid | Specify the root node object extended GUID. | |
Résultat | List |
public static GetRevisionManifestDataElementData ( List |
||
dataElements | List |
Specify the data element list. |
cellData | Specify the cell data element. | |
revisionIDMappings | ExGuid>.Dictionary | Specify mapping of revision id. |
Résultat |
public static GetStorageManifestDataElementData ( List |
||
dataElements | List |
Specify the data element list. |
manifestMapping | Specify the manifest mapping GUID. | |
Résultat |
public static TryAnalyzeWhetherConfirmSchema ( List |
||
dataElements | List |
Specify the data elements list. |
storageIndexExGuid | Specify the storage index extended GUID. | |
Résultat | bool |
public static TryAnalyzeWhetherFullDataElementList ( List |
||
dataElements | List |
Specify the data elements list. |
storageIndexExGuid | Specify the storage index extended GUID. | |
Résultat | bool |
public static Guid,System CellSecondExGuid | ||
Résultat | System.Guid |