नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
A manifest declaration is a declaration for the Common Data Model manifest format.
public class CdmManifestDeclarationDefinition extends CdmObjectDefinitionBase, CdmFileStatus
CdmManifestDeclarationDefinition extends CdmObjectDefinition, CdmFileStatus in Python.
Constructors
| Name | Description |
|---|---|
| CdmManifestDeclarationDefinition(CdmCorpusContext, string) ctx: The corpus context. name: The name of the manifest declared. |
Initializes a new instance of the CdmManifestDeclarationDefinition class. |
Properties
| Name | Type | Description |
|---|---|---|
| ManifestName | string | The name of the manifest declared. |
| Definition | string | The corpus path to the definition of the sub-folder. |
| LastFileStatusCheckTime | DateTimeOffset? | The last time the modified time was checked for this file. |
| LastFileModifiedTime | DateTimeOffset? | The last time this file was modified according to the object model. |
| LastChildFileModifiedTime | DateTimeOffset? | The last time a child file was modified according to the object model. |
Methods
| Name | Description | Return Type |
|---|---|---|
| FileStatusCheckAsync() | Updates the object and its children, if any, with the current time. | Task |
| GetName() | See CdmObjectDefinition.GetName(). | string |
| IsDerivedFrom(string, ResolveOptions) | See CdmObject.IsDerivedFrom(...). | bool |
| Copy(ResolveOptions, CdmObject) | See CdmObject.Copy(...). | CdmObject |
| Validate() | See CdmObject.Validate(). | bool |