ProductionMetadata Class

Relativity.Productions.API
Metadata for the production. Information in this object is created and updated by Relativity. Any information provided will be discarded on create and update of a Production object.
Inheritance Hierarchy

SystemObject
  Relativity.Productions.ServicesProductionMetadata

Namespace:  Relativity.Productions.Services
Assembly:  Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax

public class ProductionMetadata

The ProductionMetadata type exposes the following members.

Constructors

  NameDescription
Public methodProductionMetadata
Constructor. Sets default values for most properties
Top
Properties

  NameDescription
Public propertyBrandingPercentageComplete
Percentage of production run branding step that has been completed. Read only.
Public propertyDocumentsHaveRedactions
Internal field used to track if documents have redactions after they have been produced. Read only.
Public propertyDocumentsWithImages
Total number of Documents with Images in the Production.
Public propertyDocumentsWithNatives
Total number of Documents with Natives in the Production.
Public propertyDocumentsWithPlaceholders
Total number of Documents with Placeholders in the Production.
Public propertyDocumentsWithRedactions
Total number of Documents with Redactions in the Production.
Public propertyImagingPercentageComplete
Percentage of production run imaging step that has been completed. Read only.
Public propertyImported
Internal field indicating whether this production was imported via Relativity Desktop Client. Read only.
Public propertyLastRunError
Represents the last error that occured while running the agents.
Public propertyLastRunStatus
Represents the last status after running the agents.
Public propertyLegacyProductionSet
Internal field used to track of whether this is a legacy production. Read only.
Public propertyProductionSavedSearch
A reference object representing the saved search that contains all the documents produced when a production completes.
Public propertyRestrictionOverrideBy
Internal field used to keep track of production restrictions. Read only.
Public propertyRestrictionOverrideOn
Internal field used to keep track of production restrictions. Read only.
Public propertyStatus
Internal field used to track status of production. Read only.
Public propertySystemCreatedBy
Artifact ID of the user who created the production.
Public propertySystemCreatedOn
Date and time in UTC when the production was created.
Public propertySystemLastModifiedBy
Artifact ID of the user who last modified the production.
Public propertySystemLastModifiedOn
Date and time in UTC when the search was last modified.
Public propertyTotalDocumentCount
Total number of Documents in the Production.
Public propertyTotalImagesCount
Total number of Images in the Production.
Public propertyTotalProducedImageSize
Total Image size in GB.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference